Skip to content

Commit 6536ce2

Browse files
committed
renegerate Rd
1 parent 0785b7e commit 6536ce2

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

R/tidy-params.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' for [MCMC plots][bayesplot::MCMC-overview] to be used for so-called 'tidy'
77
#' variable selection (in the style of the **dplyr** package).
88
#' The [`vars()`][dplyr::vars] function is re-exported from **dplyr**
9-
#' for this purpose.
9+
#' for this purpose. See the **Examples** section, below.
1010
#'
1111
#' When using `pars` for tidy parameter selection, the `regex_pars` argument
1212
#' is ignored because **bayesplot** supports using
@@ -19,6 +19,7 @@
1919
#' * `param_glue()`: for more complicated parameter names with multiple
2020
#' indexes (including variable names) inside the brackets
2121
#' (e.g., `beta[(Intercept) age_group:3]`).
22+
#'
2223
#' These functions can be used inside of `vars()`, `dplyr::select()`,
2324
#' and similar functions just like the
2425
#' [tidyselect helper functions][tidyselect::select_helpers].

man/tidy-params.Rd

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

0 commit comments

Comments
 (0)