Read the entire info from a RIS file and convert it in a dataframe object.
ReadRIS(risFile, saveCSV = FALSE, exportName)
a RIS
extension file.
logical. If TRUE
, a CSV
file of the obtained dataframe will be saved.
a character string naming the CSV
file that is going to be saved.
a data frame of article and its bibliographic information.
# NOT RUN {
risData <- ReadRIS(risFile = system.file("extdata", "ScienceDirectRIS.ris",
package = "KDViz"), saveCSV = FALSE)
# }
Run the code above in your browser using DataLab