Learn R Programming

DemografixeR (version 0.1.1)

remove_api_key: Removes saved API key

Description

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

Usage

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.

See Also

save_api_key, get_api_key

Examples

Run this code
# NOT RUN {
remove_api_key()
# }

Run the code above in your browser using DataLab