read_ris_csv: Read in a CSV file of converted RIS data

Description Usage Arguments Value

Description

Deprecated. Use read_ris unless the speed gain is important. Read in the result of convert_ris. Note that this function returns a wide-format rather than long-format data frame and does not add any ID column.

Usage

1
read_ris_csv(filename, columns = getOption("mlaibr.ris_keep"))

Arguments

filename

file to read in, produced from convert_ris.

columns

RIS fields to retain (NULL to retain all)

Value

wide format data frame with one row for each item and one column for each field.


agoldst/mlaibr documentation built on May 10, 2019, 7:34 a.m.