get_researcher_data: Get Scopus researcher data

Description Usage Arguments Value Examples

View source: R/get_researcher_data.R

Description

Pass the function a valid Scopus researcher ID and a valid Scopus API key and it returns a list containing a data frame of the recorded publications with relevant metadata.

Usage

1
get_researcher_data(scopus_id, apiKey)

Arguments

scopus_id

string

apiKey

string

Value

list containing publication data frame and collaboration network nodes and edges

Examples

1
2
3
4
get_researcher_data(
scopus_id = "23056907500", 
apiKey = Sys.getenv("SCOPUS_API_KEY")
)

henrikkarlstrom/rpubprofile documentation built on Sept. 7, 2021, 5:03 a.m.