ReadRIS: Function to read RIS files

Description Usage Arguments Value Author(s) Examples

View source: R/ReadRIS.R

Description

Read the entire info from a RIS file and convert it in a dataframe object.

Usage

1
ReadRIS(risFile, saveCSV = FALSE, exportName)

Arguments

risFile

a RIS extension file.

saveCSV

logical. If TRUE, a CSV file of the obtained dataframe will be saved.

exportName

a character string naming the CSV file that is going to be saved.

Value

a data frame of article and its bibliographic information.

Author(s)

Andres Palacios anfpalacioscl@unal.edu.co

Examples

1
2
risData <- ReadRIS(risFile = system.file("extdata", "ScienceDirectRIS.ris",
  package = "KDViz"), saveCSV = FALSE)

Example output



KDViz documentation built on May 1, 2019, 6:34 p.m.

Related to ReadRIS in KDViz...