# Example 1 - Concatenated position article
# File of database
file_db <- system.file("extdata","congresso.csv", package = "gerefer")
separator <- ";"
# Parameters of the function
input_date <- example_database(file_db, separator)
input_tam <- 7
#Calls the function congresso_bib
congressolister_bibtex <- congresso_bib(input_date, input_tam)
congressolister_bibtex
Run the code above in your browser using DataLab