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.
Logical. Remove duplicates based on observation id. Default is TRUE.
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.
Logical. Save data to a file in the current working directory. Default is FALSE.
Logical. Output additional information. Default is FALSE.
A merged Collect object.