R/odsR.R

#' odsR: A package for extracting NHS organisation data
#' from the NHS Digital ODS ORD API
#'
#' @docType package
#' @name odsR
NULL
globalVariables(c("fromJSON",
                  "Type",
                  "Role",
                  "Start",
                  "StartNP",
                  "End",
                  "EndNP",
                  "RoleStart",
                  "RoleEnd",
                  "typeid")
                )
PublicHealthEngland/odsR documentation built on March 4, 2021, 1:57 a.m.