Write References to file in RIS (Research Information Systems) Format

kurasReferencesToRIS(references)

Arguments

references

data frame with columns rNachname, rVorname, rTitel, Medium, rZusatz, rJahr, rBeschreibung

Value

path to the file created in the tempdir() folder

Examples

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) }