gather_scopus: Gather Data From Scopus

Description Usage Examples

View source: R/scopus.r

Description

This function gather data from Scopus database. You just need to input the journal names that you want to do a research with, and api key and token that you got from Scopus, then you can get the data.

The data will include these columns:

"AU" – Authors Names;

"TI" – Document Title;

"AID" – Author's ID;

"PY" – Publication Year;

"SO" – Journal Name (or Source);

"TC" – Times Cited;

"C1" – Affiliations;

"AB" – Abstract;

"DE" – Keywords;

"ID" – Keywords associated by SCOPUS or WoS database;

"CR" – Cited References;

"RP" – Corresponding Author Affiliation;

"JI" – ISO Source Abbreviation;

"DT" – Document Type;

"DB" – Bibliographic Database;

"UT" – Unique Article Identifier;

Usage

1
2
3
4
5
6
7
8
gather_scopus(
  journals,
  api_key,
  insttoken,
  abbreviate = FALSE,
  year_greater = NULL,
  year_less = NULL
)

Examples

1

LisaLei123/GatherScopus documentation built on Dec. 17, 2021, 1:10 a.m.