getauthorshortid {repec} | R Documentation |
Get Short-ID and name from string in name or email
Description
Get Short-ID and name from string in name or email
Usage
getauthorshortid(x, code = NA)
get_author_short_id(x, code = NA)
Arguments
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. |
Value
data.frame
Examples
## Not run:
getauthorshortid('christian', code = YOURCODE)
## End(Not run)
[Package repec version 0.1.0 Index]