Skip to contents

Retrieves the Telraam API token from the environment.

Usage

get_telraam_token()

Value

Character string containing the Telraam API token. Throws an error if not set.

Examples

if (FALSE) { # \dontrun{
# After setting the token with set_telraam_token()
get_telraam_token()
} # }