| util_rbind | R Documentation |
if not all data frames share all columns, missing columns will be filled with
NAs.
util_rbind(..., data_frames_list = list())
... |
data.frame none more more data frames |
data_frames_list |
list optional, a list of data frames |
data.frame all data frames appended
Other data_management:
util_assign_levlabs(),
util_check_data_type(),
util_check_group_levels(),
util_compare_meta_with_study(),
util_dichotomize(),
util_merge_data_frame_list(),
util_remove_na_records(),
util_replace_hard_limit_violations(),
util_study_var2factor(),
util_table_of_vct()
## Not run:
util_rbind(head(cars), head(iris))
util_rbind(head(cars), tail(cars))
util_rbind(head(cars)[, "dist", FALSE], tail(cars)[, "speed", FALSE])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.