effort_initialize {metagear} | R Documentation |
Formats a reference dataset for title/abstract screening efforts.
Description
Adds columns with standardized labels to a data framw with bibliographic data on journal articles. These columns will be used to assign reviewers, implementation of dual screening design, and the coding of inclusion/exclusions screening decisions.
Usage
effort_initialize(
aDataFrame,
study_ID = TRUE,
unscreenedValue = "not vetted",
dual = FALSE,
front = TRUE
)
Arguments
aDataFrame |
A data.frame object that includes the titles and
abstracts to be screened. It will be formatted for screening efforts.
See example: |
study_ID |
When |
unscreenedValue |
Changes the default coding (a string) of "not vetted" that designates whether an abstract remains to be screened or vetted as part of the "INCLUDE" column. |
dual |
When |
front |
When |
Value
A data.frame formatted for title/abstract screening efforts.
See Also
effort_distribute
, effort_merge
,
effort_summary
Examples
data(example_references_metagear)
effort_initialize(example_references_metagear)