Skip to content

Commit 64658c1

Browse files
committed
build docs and link tidyselect page
1 parent de936f5 commit 64658c1

File tree

4 files changed

+44
-31
lines changed

4 files changed

+44
-31
lines changed

man-roxygen/opt-slide-params.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#' @param col_names <[`tidy-select`][dplyr_tidy_select]> An unquoted column name
2-
#' (e.g., `cases`), multiple column names (e.g., `c(cases, deaths)`), or other
3-
#' tidy-select expression. Variable names can be used as if they were
4-
#' positions in the data frame, so expressions like `x:y` can be used to
5-
#' select a range of variables. If you have the desired column names stored in
6-
#' a vector `vars`, use `col_names = all_of(vars)`.
1+
#' @param col_names <[`tidy-select`][dplyr_tidy_select]> An unquoted column
2+
#' name(e.g., `cases`), multiple column names (e.g., `c(cases, deaths)`), or
3+
#' [other tidy-select expression][tidyselect::language]. Variable names can
4+
#' be used as if they were positions in the data frame, so expressions like
5+
#' `x:y` can be used to select a range of variables. If you have the desired
6+
#' column names stored in a vector `vars`, use `col_names = all_of(vars)`.
77
#'
88
#' The tidy-selection renaming interface is not supported, and cannot be used
99
#' to provide output column names; if you want to customize the output column

man/epi_slide_mean.Rd

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/epi_slide_opt.Rd

Lines changed: 16 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/epi_slide_sum.Rd

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)