Description Usage Arguments Value See Also Examples
Combines (merges) multiple effort_*.csv files within the same directory that
represent the completed screening efforts of multiple team members. These
files were originally generated with effort_distribute
.
1 | effort_merge(directory = getwd(), reviewers = NULL, dual = FALSE)
|
directory |
The directory name for the location of multiple .csv files.
Assumes the current working directory if none is explicitly called.
File names must include the "effort_" string as originally generated by
|
reviewers |
A vector of reviewer names (strings) used to merge effort from a select group of team members. Must be an even collection (e.g., pairs of reviewers) when a dual design was implemented. |
dual |
When |
A single data.frame merged from multiple files.
effort_initialize
, effort_distribute
,
effort_summary
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
data(example_references_metagear)
theTeam <- c("Christina", "Luc")
# warning effort_distribute below, will save two files to working
# directory: effort_Christina.csv and effort_Luc.csv
effort_distribute(example_references_metagear, initialize = TRUE,
reviewers = theTeam, save_split = TRUE)
effort_merge()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.