getauthorshortid: Get Short-ID and name from string in name or email

Description Usage Arguments Value Examples

Description

Get Short-ID and name from string in name or email

Usage

1
2
3
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

1
2
3
4
## Not run: 
getauthorshortid('christian', code = YOURCODE)

## End(Not run)

repec documentation built on May 1, 2019, 7:20 p.m.