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