bdpe_store_token | R Documentation |
This function stores an authentication token for a specific dataset in a system environment variable. The environment variable name is constructed by converting the dataset name to ASCII (removing accents), replacing spaces with underscores, and prefixing it with "BigDataPE_".
bdpe_store_token(base_name, token)
base_name |
The name of the dataset (character). |
token |
The authentication token for the dataset (character). |
If a variable with that name already exists (and is non-empty), the function will stop and notify you to avoid overwriting. Adjust this behavior as needed.
No return value, called for side effects.
bdpe_store_token("educação dataset", "your-token-here")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.