From ba8b6eca0c94af957f90c326ef6cb8087e2fa175 Mon Sep 17 00:00:00 2001 From: James McMahon Date: Wed, 10 Jan 2024 12:48:04 +0000 Subject: [PATCH] Fix some typos --- DESCRIPTION | 2 +- R/get_dataset.R | 2 +- R/get_resource_sql.R | 2 +- man/get_dataset.Rd | 2 +- man/get_resource_sql.Rd | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1b03080..e76c493 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -24,5 +24,5 @@ Suggests: Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.3 Config/testthat/edition: 3 diff --git a/R/get_dataset.R b/R/get_dataset.R index 450db5e..878fe71 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 5032e2a..d6c1341 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'}