Retrieves a data.frame with the available tokens previously saved into the environment under the RDADATA variable through the save_dadata_tokens() function.

get_dadata_tokens()

Value

Returns a data.frame with the saved API tokens

Examples

if (FALSE) { save_dadata_tokens(api_token='__INSERT_YOUR_API_TOKEN_HERE__', secret_token='__INSERT_YOUR_SECRET_TOKEN_HERE__') get_dadata_tokens() }