remove_api_key: Removes saved API key

Description Usage Arguments Value Warning Author(s) See Also Examples

View source: R/api_structure.R

Description

Removes saved API keys for the DemografixeR APIs (Genderize.io, Agify.io, Nationalize.io).

Usage

1
remove_api_key(verbose = TRUE)

Arguments

verbose

Logical parameter to define if a verbose message should be printed. By default set to TRUE.

Value

Does not return any object.

Warning

Please be careful when dealing with API keys and other secrets & tokens - keep them private and do not publish them.

Author(s)

Matthias Brenninkmeijer - https://github.com/matbmeijer

See Also

save_api_key, get_api_key

Examples

1
2
3
4
## Not run: 
remove_api_key()

## End(Not run)

DemografixeR documentation built on July 8, 2020, 5:18 p.m.