Nothing
#' @keywords internal
NOMIS_BASE <- "https://www.nomisweb.co.uk/api/v01"
NOMIS_DATASET <- paste0(NOMIS_BASE, "/dataset/")
NOMIS_CONTENT <- paste0(NOMIS_BASE, "/contenttype/")
NOMIS_CODELIST <- paste0(NOMIS_BASE, "/codelist/")
GUEST_LIMIT <- 25000L
API_LIMIT <- 100000L
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.