screen_list_abst: Create a list of 'data.frame's to screen abstracts

Description Usage Arguments Value Examples

Description

Creates a list of data.frames to screen abstracts

Usage

1
2
screen_list_abst(x, reviewers, title_col = "TITLE",
  abstract_col = "ABSTRACT")

Arguments

x

A set of publication records without duplicates

reviewers

Names of people that will screen abstracts

title_col

Column name containing the publication title

abstract_col

Column name containing the publication abstract

Value

A list of of data.frames, formatted for each reviewer to screen abstracts

Examples

1
2
3
4
## Not run: 
screening_list <- screen_list_abst(form_mm_recs, c("you", "me"))

## End(Not run)

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