tabel_gera {bibliorefer} | R Documentation |
Function of scientific information
Description
This function receives a dataframe with scientific production data and returns a list object with information about articles, authors and journals.
Usage
tabel_gera(input_date)
Arguments
input_date |
is a dataframe with the scientific production database |
Value
The function return a list object containing three dataframes with ordered lists of articles, authors and journals.
References
Aria, M. & Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis, Journal of Informetrics, 11(4), pp 959-975, Elsevier
Examples
#Call the tabel_gera function
file_db <- system.file("extdata","example_database.csv",package = "bibliorefer")
separator <- ","
input_date <- example_database(file_db, separator)
scientific_inf <- tabel_gera(input_date)
scientific_inf
[Package bibliorefer version 0.1.0 Index]