Skip to content

Commit

Permalink
Merge pull request #316 from stan-dev/doc-improvements
Browse files Browse the repository at this point in the history
Cross-reference rename_variables and set_variables
  • Loading branch information
paul-buerkner authored Nov 17, 2023
2 parents 17dd2a3 + 6c91f53 commit c6ab463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/draws-index.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#'
#' For `niterations()`, `nchains()`, and `ndraws()`, a scalar integer.
#'
#' @seealso [`variables`], [`rename_variables`]
#'
#' @examples
#' x <- example_draws()
#'
Expand Down
2 changes: 1 addition & 1 deletion R/rename_variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' Returns a [`draws`] object of the same format as `.x`, with variables renamed
#' according to the expressions provided in `...`.
#'
#' @seealso [`variables`], [`mutate_variables`]
#' @seealso [`variables`], [`set_variables`], [`mutate_variables`]
#'
#' @examples
#' x <- as_draws_df(example_draws())
Expand Down

0 comments on commit c6ab463

Please sign in to comment.