Skip to content

Commit

Permalink
fixing the example for pretty_table by adding export
Browse files Browse the repository at this point in the history
  • Loading branch information
mzayeddfe committed Oct 9, 2024
1 parent 0b4ce75 commit a5c4b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export(get_clean_sql)
export(get_ons_api_data)
export(pretty_filesize)
export(pretty_num)
export(pretty_table)
export(pretty_time_taken)
export(round_five_up)
export(toggle_message)
Expand Down
2 changes: 1 addition & 1 deletion R/pretty.R
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ pretty_num <- function(
#' If none are provided, it checks if columns are specified for exclusion
#' via `exclude_columns`.
#' If neither is specified, all columns in the data frame are formatted.
#'
#' @export
#' @examples
#' # Example data frame
#' df <- data.frame(
Expand Down

0 comments on commit a5c4b15

Please sign in to comment.