GetCitationFile {BlockmodelingGUI} | R Documentation |
Get citation files
Description
Get citation files
Usage
GetCitationFile(
filetype = c("ris", "BibText"),
folder = getwd(),
overwrite = F
)
Arguments
filetype |
Type of bibliographic file can be either |
folder |
Folder where to save the file. Defaults to |
overwrite |
Boolean. Whether to overwrite namesake files in the target folder. |
Value
Copies the selected type of bibliographic file to the working folder.
Examples
GetCitationFile('ris') # to get the .ris file in the working folder
[Package BlockmodelingGUI version 1.8.4 Index]