Merge | R Documentation |
Merge collected data
Merge(..., unique = TRUE, rev = TRUE, writeToFile = FALSE, verbose = FALSE) merge_data( ..., unique = TRUE, rev = TRUE, writeToFile = FALSE, verbose = FALSE )
... |
Collect data to merge. |
unique |
Logical. Remove duplicates based on observation id. Default is |
rev |
Logical. Reverses order of observations before removing duplicates. If collect data is provided
chronologically then this should ensure the most recent copy of a duplicate is kept. Default is |
writeToFile |
Logical. Save data to a file in the current working directory. Default is |
verbose |
Logical. Output additional information. Default is |
A merged Collect object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.