bdpe_remove_token | R Documentation |
This function removes the authentication token stored in an environment variable for a specific dataset. If the token is not found, it prints a message and does not throw an error.
bdpe_remove_token(base_name)
base_name |
The name of the dataset (character). |
No return value. If the token is found, it is removed. If not, a message is displayed.
bdpe_remove_token("education_dataset")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.