| set_api_key | R Documentation |
Configure your Nomis API key for increased rate limits. Register at: https://www.nomisweb.co.uk/myaccount/userjoin.asp
set_api_key(key = NULL, persist = FALSE)
key |
API key string. If NULL, will prompt or check environment. |
persist |
If TRUE, saves to .Renviron for future sessions. |
Invisible TRUE if successful
set_api_key("your-key-here")
set_api_key("your-key-here", persist = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.