screen_write_fulltxt: Create .csv files for full-text screening

Description Usage Arguments Examples

Description

Takes a the output of screen_list_fulltxt and creates a series of .csv files that may be distributed to the individuals that will screen full-text articles

Usage

1
screen_write_fulltxt(x, dir = "../intermediate_data/")

Arguments

x

The list created by screen_list_fulltxt

dir

The desired directory into which .csv files will be placed

Examples

1
2
3
4
5
## Not run: 
screening_list <- screen_list_fulltxt(form_mm_recs, c("you", "me"))
screen_write_fulltxt(screening_list, dir = "./")

## End(Not run)

graggsd/sysreviewR documentation built on May 16, 2019, 2:52 a.m.