Description Usage Arguments Value Author(s) Examples
Merge many features of documents, to output an integrated data_frame
1 | merge_data(main_df, list_df, ID = "ID")
|
main_df |
The main data frame (ideally contains all key values) |
list_df |
A list of data frames |
ID |
A character, the key to be merged |
An integrated data frame
Jiacheng He
1 2 3 | merged <- merge_data(main_df = document %>% select(ID, LENGTH, DOCUMENT_DATE),
list_df = list(stm, meta$city, meta$state),
ID = "ID")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.