View source: R/functions_scopus.R
read_scopus_collection | R Documentation |
Reads and parses a collection of multiple csv files from Scopus (wrapper around read_scopus).
read_scopus_collection(file_list, TC_min = 0, TC_year_min = 0,
PY_min = 0, PY_max = Inf, n_max = Inf, type = NULL,
fields = NULL, exclude = NULL)
file_list |
The paths to the downloaded Scopus csv files. |
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_min |
Earliest year of publication to be included. |
PY_max |
Latest 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 |
type |
Type of report, either "complete" or "reduced". Either type or fields has to be specified. |
With this function, multiple Scopus csv downloads can be read and parsed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.