Learn R Programming

biblio (version 0.0.9)

ris2df: Import a RIS file to a data frame

Description

Since this package is focussing on reference lists in BibTeX, a translation routine needs to be developed. For keeping it simple, the read function will be kept as internal function producing a data frame.

Usage

ris2df(x, ...)

Value

A data.frame object.

Arguments

x

A character value indicating the path to the RIS file.

...

Further arguments (not yet in use).