Skip to content

Commit

Permalink
seealso
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Nov 29, 2024
1 parent 1b35844 commit 6d94946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/data_addprefix.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#' @param pattern A character string, which will be added as prefix or suffix
#' to the column names.
#' @param ... Other arguments passed to or from other functions.
#'
#' @seealso
#' [data_rename()] for more fine-grained column renaming.
#' @examples
#' # Add prefix / suffix to all columns
#' head(data_addprefix(iris, "NEW_"))
Expand Down
3 changes: 3 additions & 0 deletions man/data_prefix_suffix.Rd

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

0 comments on commit 6d94946

Please sign in to comment.