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