basede_linkdate: Function that reads the database of links and access dates of articles
Description
The basede_linkdate function reads a csv file containing the links and access dates of scientific articles, selected and represented by the sequence present in the position_artic parameter. The function returns a dataframe that will be used by the gerefer package.
Usage
basede_linkdate(path_date)
Value
The function returns a table containing the links and access dates of the chosen scientific articles.
Arguments
path_date
is a directory path containing the csv file
References
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 function of links and access datafile_base <- system.file("extdata","tabarticle_example1.csv", package = "gerefer")
dateacess_link <- basede_linkdate(file_base)
dateacess_link