Skip to content

This function returns a list of datasets that have stored tokens in the keyring. If the keyring cannot be accessed (e.g., in a virtual machine or unsupported environment), it returns an empty vector and prints a message.

Usage

bdpe_list_tokens()

Value

A character vector of dataset names with stored tokens. If the keyring cannot be accessed, an empty vector is returned with a message.

Examples

bdpe_list_tokens()
#> [1] "Cargos"                 "PCA"                   
#> [3] "Pagamentos"             "Retenções"             
#> [5] "Contratos_PE_Integrado" "education_dataset"