R/kurasReferencesToRIS.R
kurasReferencesToRIS.Rd
Write References to file in RIS (Research Information Systems) Format
kurasReferencesToRIS(references)
references | data frame with columns |
---|
path to the file created in the tempdir() folder
if (FALSE) { # Get all entries from KURAS table "tblReferenz" references <- kuras_referenz() # Generate RIS-file in temporary folder file <- kurasReferencesToRIS(references) # Open the file in the Windows Explorer # kwb.utils::hsOpenWindowsExplorer(file) }