bookinstsub_bib {gerefer} | R Documentation |
Function for preparing metadata of institutional book chapters for automatic insertion into scientific articles
Description
The bookinstsub_bib function prepares the metadata of institutional book chapters to be automatically included in a scientific article. The bookinstsub_bib function internally calls two support functions. The output of the bookinstsub_bib function is the file with the .bib extension of institutional book chapters in BibTex format, prepared to be automatically included in the reference list of a scientific article.
Usage
bookinstsub_bib(input_date, input_tam)
Arguments
input_date |
is a dataframe with the scientific production database in the form of a institutional books chapters. |
input_tam |
is the length of the dataframe with the institutional books chapters, obtained using package bibliorefer. |
Value
The output of the bookinstsub_bib function is the file with the .bib extension of institutional book chapters in BibTex format, prepared to be automatically included in the reference list of a scientific article.
References
1 - Aria, M. & Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis, Journal of Informetrics, 11(4), pp 959-975, Elsevier. 2 - Bibliometric indicators to evaluate scientific activity. C García-Villar, J M García-Santos. Radiologia (Engl Ed). 2021 May-Jun;63(3):228-235.
Examples
# Example
# File of database
file_db <- system.file("extdata","compinst2.csv", package = "gerefer")
separator <- ";"
# Parameters of the function
input_date <- example_database(file_db, separator)
input_tam <- 6
#Calls the function bookinstsub_bib
bookinstsublister_bibtex <- bookinstsub_bib(input_date, input_tam)
bookinstsublister_bibtex