Description Usage Arguments Value Examples
Creates a list of data.frames to screen full texts
1  | screen_list_fulltxt(x, reviewers, cols = "TITLE")
 | 
x | 
 A set of publications records for full-text screening  | 
reviewers | 
 Names of people that will screen full texts  | 
cols | 
 Columns from x to include in the full-text screeners  | 
A list of of data.frames, formatted for each reviewer to
screen abstracts
1 2 3 4  | ## Not run: 
screening_list <- screen_list_fulltxt(form_mm_recs, c("you", "me"))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.