Skip to content

Commit

Permalink
Update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
neitmant committed Aug 22, 2022
1 parent 1ef497c commit c9cd7f8
Show file tree
Hide file tree
Showing 14 changed files with 88 additions and 24 deletions.
9 changes: 6 additions & 3 deletions R/dev_utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ contains_vars <- function(arg) {
#'
#' @export
#'
#' @keywords remove_utility
#' @keywords dev_utility
#' @family dev_utility
#'
#' @examples
#' vars2chr(vars(USUBJID, AVAL))
Expand All @@ -196,7 +197,8 @@ vars2chr <- function(quosures) {
#'
#' @export
#'
#' @keywords remove_utility
#' @keywords dev_utility
#' @family dev_utility
#'
#' @examples
#' negate_vars(vars(USUBJID, STUDYID))
Expand All @@ -223,7 +225,8 @@ negate_vars <- function(vars = NULL) {
#'
#' @export
#'
#' @keywords remove_utility
#' @keywords dev_utility
#' @family dev_utility
#'
filter_if <- function(dataset, filter) {
assert_data_frame(dataset)
Expand Down
7 changes: 1 addition & 6 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ reference:
- has_keyword('datasets')

- title: Quosure Helper Functions
desc: Helping yourquosure needs
desc: Helping your quosure needs
contents:
- has_keyword('quo')

Expand All @@ -76,11 +76,6 @@ reference:
contents:
- has_keyword('dev_utility')

- title: Unsure where these functions should live?
desc: Used with dataset_vignette and a few assert, is and get functions...
contents:
- has_keyword('remove_utility')

navbar:
components:
reference:
Expand Down
2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ articles:
programming_strategy: programming_strategy.html
unit_test_guidance: unit_test_guidance.html
writing_vignettes: writing_vignettes.html
last_built: 2022-08-15T13:48Z
last_built: 2022-08-17T11:24Z
urls:
reference: https://pharmaverse.github.io/admiraldev/reference
article: https://pharmaverse.github.io/admiraldev/articles
Expand Down
5 changes: 4 additions & 1 deletion man/arg_name.Rd

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

5 changes: 4 additions & 1 deletion man/as_name.Rd

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

5 changes: 4 additions & 1 deletion man/convert_dtm_to_dtc.Rd

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

5 changes: 4 additions & 1 deletion man/extract_vars.Rd

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

18 changes: 16 additions & 2 deletions man/filter_if.Rd

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

5 changes: 4 additions & 1 deletion man/grapes-notin-grapes.Rd

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

5 changes: 4 additions & 1 deletion man/grapes-or-grapes.Rd

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

18 changes: 16 additions & 2 deletions man/negate_vars.Rd

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

5 changes: 4 additions & 1 deletion man/replace_values_by_names.Rd

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

5 changes: 4 additions & 1 deletion man/valid_time_units.Rd

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

18 changes: 16 additions & 2 deletions man/vars2chr.Rd

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

0 comments on commit c9cd7f8

Please sign in to comment.