Write References to file in RIS (Research Information Systems) Format
Source:R/kurasReferencesToRIS.R
kurasReferencesToRIS.Rd
Write References to file in RIS (Research Information Systems) Format
Arguments
- references
data frame with columns
rNachname
,rVorname
,rTitel
,Medium
,rZusatz
,rJahr
,rBeschreibung
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)
}