View source: R/user-settings.R
set_api_key | R Documentation |
API key to communicate with models hosted on the Peer Models Network.
set_api_key(key, overwrite = FALSE, temporary = FALSE)
key |
a Peer Models Network API key. For more information on keys see the Peer Models Network |
overwrite |
Option to overwrite any existing PMN keys already stored locally. |
temporary |
Option to not store thew API key for use across sessions. |
## Not run:
set_api_key("YOUR_PMN_API_KEY")
# This will set the key permanently until overwritten again
set_api_key("YOUR_PMN_API_KEY")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.