z <- system.file('extdata/crossref.ris', package = "handlr")
ris_reader(z)
z <- system.file('extdata/peerj.ris', package = "handlr")
ris_reader(z)
z <- system.file('extdata/plos.ris', package = "handlr")
ris_reader(z)
# from a string
z <- system.file('extdata/crossref.ris', package = "handlr")
my_string <- ris_writer(ris_reader(z))
class(my_string)
ris_reader(my_string)
# many
z <- system.file('extdata/multiple-eg.ris', package = "handlr")
ris_reader(z)
Run the code above in your browser using DataLab