read_scopus: Read Scopus collection

View source: R/functions_scopus.R

read_scopusR Documentation

Read Scopus collection

Description

Reads and parses a collection of multiple csv files from Scopus (wrapper around read_scopus).

Usage

read_scopus(file, TC_min = 0, TC_year_min = 0, PY_max = Inf,
  PY_min = 0, n_max = Inf, type = NULL, fields = NULL,
  exclude = NULL)

Arguments

TC_min

Minimal number of citations for the publication to be included.

TC_year_min

Minimal number of annual citations for the publication to be included.

PY_max

Latest year of publication to be included.

PY_min

Earliest year of publication to be included.

n_max

Only include the first n publications per file.

type

Latest year of publication to be included.

fields

Fields to include. Either type or fields has to be specified.

exclude

Fields to exclude

file_list

The paths to the downloaded Scopus csv files.

type

Type of report, either "complete" or "reduced". Either type or fields has to be specified.

Details

With this function, multiple Scopus csv downloads can be read and parsed.


daniel-hain/TidyScientometrix documentation built on Sept. 2, 2023, 6:03 a.m.