powered by
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)
Invisible TRUE if successful
API key string. If NULL, will prompt or check environment.
If TRUE, saves to .Renviron for future sessions.
# \donttest{ set_api_key("your-key-here") set_api_key("your-key-here", persist = TRUE) # }
Run the code above in your browser using DataLab