screen_read_fulltxt: Reads completed full-text screening .csv files

Description Usage Arguments Value Examples

Description

Takes a series of completed full-text screening forms and assembles them into a data.frame

Usage

1
screen_read_fulltxt(ref_table, dir = "../intermediate_data/")

Arguments

ref_table

The original set of records from which screening sheets were collected. Note: this must be unaltered from the point at which screening forms were first generated with screen_list_abst.

dir

The directory containing complete screening forms

Value

A data.frame with the combined results of all screening sheets, plus the publication data from ref_table

Examples

1
2
3
4
5
6
7
## Not run: 
screening_list <- screen_list_fulltxt(form_mm_recs, c("you", "me"))
screen_list_fulltxt(screening_list, dir = "./")
# Full-text articles should be screened at this point
combined_screening_forms <- screen_read_fulltxt("./", form_mm_recs)

## End(Not run)

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