Skip to content

Commit

Permalink
improved the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mzayeddfe committed Oct 11, 2024
1 parent bf524d4 commit a0824c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/pretty.R
Original file line number Diff line number Diff line change
Expand Up @@ -315,11 +315,12 @@ pretty_num <- function(
return(unlist(result))
}

#' Format columns in a Data Frame with `dfeR::pretty_num`.
#' Format a data frame with `dfeR::pretty_num`.
#'
#' You can format number and character values in a data frame
#' by passing arguments to `dfeR::pretty_num`.
#' Use parameters `include_columns` or `exclude_columns`
#' to specify columns for formatting
#' and pass arguments to `dfeR::pretty_num` for number formatting
#' to specify columns for formatting.
#'
#' @param data A data frame containing the columns to be formatted.
#' @param include_columns A character vector specifying which columns to format.
Expand Down
7 changes: 4 additions & 3 deletions man/pretty_table.Rd

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

0 comments on commit a0824c3

Please sign in to comment.