Function to convert and export Published Articles and Books to RIS format.

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'

Value

data frame

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 }
}