Description Usage Arguments Value See Also Examples
View source: R/effort_initialize.R
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.
1 2 3 4 5 6 7 | effort_initialize(
aDataFrame,
study_ID = TRUE,
unscreenedValue = "not vetted",
dual = FALSE,
front = TRUE
)
|
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 |
A data.frame formatted for title/abstract screening efforts.
effort_distribute
, effort_merge
,
effort_summary
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.