tosr_load {tosr} | R Documentation |
Load Web of Science and Scopus files
Description
Loads files from Web of Science (txt) and from Scopus (bib) to create a citation graph
Usage
tosr_load(...)
Arguments
... |
Web of Science or Scopus files |
Value
List with the following fields: 'df','g','original_df' and 'extensions'. 'df': bibliometrix dataframe. 'g' : Graph from the cited references. 'nodes': dataframe with the nodes atributes of the graph, 'original_df': dataframe from the original data, and 'extensions' : Type of files (.bib or .txt) loaded.
Author(s)
Sebastian Robledo
Examples
## Not run:
my_tosr_load <- tosr_load("co-citation_209.txt",
"co-citation_380.bib")
## End(Not run)
[Package tosr version 0.1.4 Index]