Nothing
#' fingertipsR: A package for extracting the data behind the Fingertips website
#' (\url{https://fingertips.phe.org.uk/})
#'
#'
#' The fingertipsR package provides two categories of important functions: lookup
#' and data extract.
#'
#' @section Lookup functions: The lookup functions are to provide users the
#' ability to understand the ID inputs for the data extract functions.
#' @section Data extract functions: Using ID codes as inputs, the data extract
#' functions allow the user to extract data from the Fingertips API.
#'
#' @docType package
#' @name fingertipsR
NULL
globalVariables(c("Id",
"ParentAreaID",
"ParentAreaName",
"ParentAreaTypeID",
"AreaID",
"AreaType",
"AreaCode",
"Value",
"IMDscore",
"IndicatorID",
"IndicatorName",
"ID",
"Name",
"groupid",
"DomainName",
"ProfileName",
"CategoryType",
"Categories",
"Polarity",
"Timeperiod",
"Sex",
"Age",
"Category",
"TimeperiodSortable",
"RecentTrend",
"ComparedtoEnglandvalueorpercentiles",
"Comparedtosubnationalparentvalueorpercentiles",
"areatypes_by_indicators",
"ProfileID",
"AreaTypeID",
"combined",
"areacheck",
"nearest_neighbours",
"Code",
"IID",
"Sequence",
".",
"GroupId",
"IndicatorId",
"ParentAreaTypeName",
"DomainID"))
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.