repec_api_with_id {repec} | R Documentation |
Generic API call, with an ID
repec_api_with_id(id = NA, method = NA, code = NA)
id |
Short-ID. |
method |
API method to call. |
code |
User code required to use API. Included in every API call. If not supplied, the REPEC_API_KEY environment variable will be used. |
String with the Twitter author linked to the Short-ID.
## Not run: repec_api_with_id(id = 'pmo915', method = 'getauthortwitter', code = YOURCODE) ## End(Not run)