Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

KDViz (version 1.3.1)

ReadRIS: Function to read RIS files

Description

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

Usage

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.

Examples

Run this code
# NOT RUN {
risData <- ReadRIS(risFile = system.file("extdata", "ScienceDirectRIS.ris",
  package = "KDViz"), saveCSV = FALSE)
# }

Run the code above in your browser using DataLab