tosr_load: Load Web of Science and Scopus files

View source: R/tosr_load.R

tosr_loadR 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)

tosr documentation built on Aug. 9, 2023, 5:10 p.m.