Skip to content

Commit 57a6932

Browse files
committed
Add missing files
1 parent 3ee11aa commit 57a6932

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

R/inline-roxygen.R

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Helpers here are meant to be used inside inline R expressions within roxygen2
2+
# documentation when @template is inappropriate.
3+
4+
#' Description of a single arg that tidyselects value variables
5+
#'
6+
#' Not meant for when describing tidyselect `...`.
7+
#'
8+
#' @keywords internal
9+
tidyselect_arg_roxygen <- '
10+
<[`tidy-select`][dplyr_tidy_select]> An unquoted column
11+
name (e.g., `cases`), multiple column names (e.g., `c(cases, deaths)`),
12+
[other tidy-select expression][tidyselect::language], or a vector of
13+
characters (e.g. `c("cases", "deaths")`). Variable names can be used as if
14+
they were positions in the data frame, so expressions like `x:y` can be
15+
used to select a range of variables.
16+
'

man/tidyselect_arg_roxygen.Rd

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

0 commit comments

Comments
 (0)