Learn R Programming

repec (version 0.1.0)

getauthornep: Get the NEP fields for the papers of an author

Description

Get the NEP fields for the papers of an author

Usage

getauthornep(id, code = NA)

get_author_nep(id, code = NA)

Arguments

id

Short-ID.

code

User code required to use API. Included in every API call. If not supplied, the REPEC_API_KEY environment variable will be used.

Value

data.frame

Examples

Run this code
# NOT RUN {
getauthornep('pmo915', code = YOURCODE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab