example_database {bibliorefer}R Documentation

Function that generates the test database

Description

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

Usage

example_database(path_date, separator)

Arguments

path_date

is a directory path containing the csv file

separator

is the separator for files in csv format

Value

This function return is a dataframe with database

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 example_database function

file_db <- system.file("extdata","example_database.csv", package = "bibliorefer")
separator <- ","
date_sreference <- example_database(file_db, separator)
date_sreference


[Package bibliorefer version 0.1.0 Index]