import_results: Import results of a systematic review

Description Usage Arguments Value

View source: R/import_functions.R

Description

Given a file or directory, imports and assembles search results

Usage

1
2
import_results(directory = NULL, filename = NULL,
  save_dataset = FALSE, save_directory = "./", verbose = TRUE)

Arguments

directory

a path to a directory containing search results to import

filename

a path to a filename containing search results to import

save_dataset

if TRUE, saves the full search results to a .csv

save_directory

the path to a directory where search results will be saved if save_dataset is set to TRUE

verbose

if TRUE, prints status updates

Value

a data frame of assembled search results


elizagrames/synthesisr documentation built on May 26, 2019, 10:34 a.m.