View source: R/example_database.R
example_database | R Documentation |
The example_database function reads a csv file available on the computer system and returns a dataframe as an example of a database to be used by the functions of the bibliorefer package
example_database(path_date, separator)
path_date |
is a directory path containing the csv file |
separator |
is the separator for files in csv format |
This function return is a dataframe with database
Aria, M. & Cuccurullo, C. (2017) bibliometrix: An R-tool for comprehensive science mapping analysis, Journal of Informetrics, 11(4), pp 959-975, Elsevier
#Call the example_database function
file_db <- system.file("extdata","example_database.csv", package = "bibliorefer")
separator <- ","
date_sreference <- example_database(file_db, separator)
date_sreference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.