getauthorshortid {repec} | R Documentation |
Get Short-ID and name from string in name or email
getauthorshortid(x, code = NA) get_author_short_id(x, code = NA)
x |
string. |
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
## Not run: getauthorshortid('christian', code = YOURCODE) ## End(Not run)