Function to convert and export Published Articles and Books to RIS format.
Usage
writePublicationsRis(
x,
filename = "papers.ris",
append = F,
citationName = F,
tableLattes = "ArtigosPublicados"
)
Arguments
- x
data frame
- filename
external file where the data will be saved, Default: 'papers.ris'
- append
to an existing file, Default: F
- citationName
authors name field, Default: F
- tableLattes
bibliographic data to be exported, 'ArtigosPublicados', 'Livros' or 'CapitulosLivros', Default: 'ArtigosPublicados'
Examples
if (FALSE) { # \dontrun{
if(interactive()){
#EXAMPLE1
}
} # }