getauthortwitter {repec} | R Documentation |
Provides Twitter handle
getauthortwitter(id, code = NA)
get_author_twitter(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. |
String with the Twitter author linked to the Short-ID.
## Not run:
getauthortwitter('pmo915', code = YOURCODE)
## End(Not run)