Learn R Programming

repec (version 0.1.0)

getauthorrecordraw: Provides extended info about author

Description

Provides extended info about author

Usage

getauthorrecordraw(id, code = NA)

get_author_record_raw(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. Note: columns article and paper are data.frames.

Examples

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

Run the code above in your browser using DataLab