getauthorstats {repec} | R Documentation |
Provides Author's statistics
Description
Provides Author's statistics
Usage
getauthorstats(id, code = NA)
get_author_stats(id, code = NA)
Arguments
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. |
Value
Author's statistics.
Examples
## Not run:
getauthorstats('pmo915', code = YOURCODE)
## End(Not run)
[Package repec version 0.1.0 Index]