Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# JSmediation (development version)

* Improve cross-refs in documentation
* Update authors info

# JSmediation (0.2.2)
Expand Down
2 changes: 1 addition & 1 deletion R/standarize_variable.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' `standardize_variable()` and `standardise_variable()` are synonyms.
#'
#' @param data A data frame containing the variables to standardize.
#' @param cols <[`tidy-select`][dplyr_tidy_select]> Columns to standardize.
#' @param cols <[`tidy-select`][`dplyr::dplyr_tidy_select`]> Columns to standardize.
#' Defaults to [`dplyr::everything()`].
#' @param suffix A character suffix to be added to the scaled variables names.
#' When suffix is set to`NULL`, the `standardize_variable()` function will
Expand Down
2 changes: 1 addition & 1 deletion man/standardize_variable.Rd

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

Loading