Merge collected data
Usage
Merge(..., unique = TRUE, rev = TRUE, writeToFile = FALSE, verbose = TRUE)
merge_data(..., unique = TRUE, rev = TRUE, writeToFile = FALSE, verbose = TRUE)Arguments
- ...
Collect data to merge.
- unique
Logical. Remove duplicates based on observation id. Default is
TRUE.- 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
TRUE.- writeToFile
Logical. Save data to a file in the current working directory. Default is
FALSE.- verbose
Logical. Output additional information. Default is
TRUE.