Skip to content

Commit

Permalink
Merge pull request #20 from Moohan/fix_typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
Moohan authored Jan 11, 2024
2 parents 3f4580c + 21eab08 commit 2b8385a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/get_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/get_resource_sql.R
Original file line number Diff line number Diff line change
Expand Up @@ -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'```
Expand Down
2 changes: 1 addition & 1 deletion man/get_dataset.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/get_resource_sql.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b8385a

Please sign in to comment.