GetCitationFile function

Get citation files

Get citation files

GetCitationFile( filetype = c("ris", "BibText"), folder = getwd(), overwrite = F )

Arguments

  • filetype: Type of bibliographic file can be either 'ris' for RIS files of 'BibText' for BibText files.
  • folder: Folder where to save the file. Defaults to 'getwd()'.
  • overwrite: Boolean. Whether to overwrite namesake files in the target folder.

Returns

Copies the selected type of bibliographic file to the working folder.

Examples

GetCitationFile('ris') # to get the .ris file in the working folder
  • Maintainer: Fabio Ashtar Telarico
  • License: GPL (>= 3)
  • Last published: 2022-12-14

Useful links