Append data is the process of combining datasets that have the same variables (columns) but different observations (rows) by stacking them. To combine datasets in R by appending (or stacking) them, you can use the rbind() function from base R or the bind_rows() function from the dplyr package.