Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #20

Merged
merged 3 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ so the dataset name will be gp-practice-populations.
Contributing to phsopendata
---------------------------

At present, this package is maintained by [David
Aikman](https://github.com/daikman).
At present, this package is maintained by the [PHS Open Data
team]([email protected]).

If you have requests or suggestions for additional functionality, please
contact the package maintainer and/or the [PHS Open Data
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.