powered by
append() joins multiple datasets of the same column names.
append()
append(data, ...)
Base dataset
Datasets to be appended
Modified Dataset
Multiple datasets can be appended only if they have the same variables in the same order.
append(data, data1, data2, data3, etc)
# NOT RUN { ## use infert dataset data(infert) codebook(infert) infert.new <- append(infert, infert) codebook(infert.new) # }
Run the code above in your browser using DataLab