Skip to contents

Suite of functions for handling the CUMTD_KEY used in API calls.

Usage

cumtd_show_key()

cumtd_check_key(key = NULL)

cumtd_set_key(key)

Arguments

key

The CUMTD API assigned

Details

Obtain a CUMTD API key from https://developer.cumtd.com/

Examples

cumtd_show_key()
#> [1] ""
if (FALSE) { # \dontrun{
cumtd_check_key()
} # }
if (FALSE) { # \dontrun{
cumtd_set_key("your-key-here")
} # }