convert_ris: Convert an RIS file to CSV format

Description Usage Arguments Value

Description

Deprecated. Use read_ris unless the speed gain is important. Convert RIS to CSV using a Python script; the output can be loaded with read_ris_csv. Note that this generates a wide-format rather than long-format data frame.

Usage

1
convert_ris(in_file, out_file)

Arguments

in_file

RIS file to process

out_file

name of CSV file to write. This is passed to system2 as the stdout parameter, so set out_file=T to get the output back as the function return value.

Value

return value from system2.


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