getauthorsforitem {repec}R Documentation

Get Authors for an item

Description

Get Authors for an item

Usage

getauthorsforitem(id, code = NA)

get_authors_for_item(id, code = NA)

Arguments

id

RePEc handle for an item.

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: 
getauthorsforitem('RePEc:eee:enepol:v:78:y:2015:i:c:p:41-50', code = YOURCODE)

## End(Not run)


[Package repec version 0.1.0 Index]