Learn R Programming

repec (version 0.1.0)

repec_api_with_id: Generic API call, with an ID

Description

Generic API call, with an ID

Usage

repec_api_with_id(id = NA, method = NA, code = NA)

Arguments

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.

Value

String with the Twitter author linked to the Short-ID.

Examples

Run this code
# NOT RUN {
repec_api_with_id(id = 'pmo915',
  method = 'getauthortwitter', code = YOURCODE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab