diff --git a/R/get_dataset.R b/R/get_dataset.R index f75a278..0afd7fc 100644 --- a/R/get_dataset.R +++ b/R/get_dataset.R @@ -4,7 +4,7 @@ #' \href{https://www.opendata.nhs.scot/}{NHS Open Data platform} #' @param max_resources (optional) the maximum number of resources #' to return, use for testing code, -#' it will retunr the n latest resources +#' it will return the n latest resources #' @param rows (optional) specify the max number of rows #' to return for each resource. #' diff --git a/R/get_resource_sql.R b/R/get_resource_sql.R index 68303de..fbc588e 100644 --- a/R/get_resource_sql.R +++ b/R/get_resource_sql.R @@ -14,7 +14,7 @@ #' #' #' Column names must be double-quoted, -#' while character values in filters must be single-quoated. +#' while character values in filters must be single-quoted. #' e.g., #' #' ```"Age" = '34'``` diff --git a/man/get_dataset.Rd b/man/get_dataset.Rd index 3d2500f..c12995a 100644 --- a/man/get_dataset.Rd +++ b/man/get_dataset.Rd @@ -12,7 +12,7 @@ get_dataset(dataset_name, max_resources = NULL, rows = NULL) \item{max_resources}{(optional) the maximum number of resources to return, use for testing code, -it will retunr the n latest resources} +it will return the n latest resources} \item{rows}{(optional) specify the max number of rows to return for each resource.} diff --git a/man/get_resource_sql.Rd b/man/get_resource_sql.Rd index fc9a78e..14268a2 100644 --- a/man/get_resource_sql.Rd +++ b/man/get_resource_sql.Rd @@ -15,7 +15,7 @@ e.g., \verb{SELECT * from "58527343-a930-4058-bf9e-3c6e5cb04010"} Column names must be double-quoted, -while character values in filters must be single-quoated. +while character values in filters must be single-quoted. e.g., \code{"Age" = '34'}