getauthorrecordraw {repec} | R Documentation |
Provides extended info about author
getauthorrecordraw(id, code = NA) get_author_record_raw(id, code = NA)
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. |
data.frame. Note: columns article
and paper
are data.frames.
## Not run: getauthorrecordraw('pmo915', code = YOURCODE) ## End(Not run)