idmc_api_key: Get or set IDMC_API_KEY value

Description Usage Arguments Value Author(s) Examples

View source: R/idmc-api-key.R

Description

The API wrapper functions in this package all rely on a IDMC API key residing in the environment variable 'IDMC_API_KEY'. The easiest way to accomplish this is to set it in the '.Renviron' file in your home directory.

Usage

1

Arguments

force

Force setting a new IDMC API key for the current environment?

Value

A character vector containing the IDMC API key

Author(s)

An Chu

Examples

1
2
3
4
5
## Not run: 
idmc_api_key()
idmc_api_key(force = TRUE)

## End(Not run)

chuvanan/idmcapi documentation built on Nov. 24, 2019, 7:31 a.m.