example_databaseart {gerefer}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_databaseart(path_date)

Arguments

path_date

is a directory path containing the csv file

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_databaseart.csv", package = "gerefer")

date_sreference <- example_databaseart(file_db)
date_sreference



[Package gerefer version 0.1.2 Index]