screen_read_abst: Reads completed abstract screening .csv files

Description Usage Arguments Value Examples

Description

Takes a series of completed abstract screening forms and assembles them into a data.frame

Usage

1
screen_read_abst(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_abst(form_mm_recs, c("you", "me"))
screen_write_abst(screening_list, dir = "./")
# Abstracts should be screened at this point
combined_screening_forms <- screen_read("./", form_mm_recs)

## End(Not run)

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