screen_write_abst: Create .csv files for abstract screening

Description Usage Arguments Examples

Description

Takes a the output of screen_list_abst and creates a series of .csv files that may be distributed to the individuals that will screen abstracts

Usage

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

Arguments

x

The list created by screen_list_abst

dir

The desired directory into which .csv files will be placed

Examples

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

## End(Not run)

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