Skip to content

Commit

Permalink
Fix var errors again
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Jun 28, 2024
1 parent 9e013f4 commit 1d3fab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/format_num.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#' @param x An integer/double value.
#' @param decimals The amount of decimals the input x should be rounded to.
#' @param rounding Whether or not the input x should be rounded. Excludes the use of the decimals argument.
#' @param big.mark The thousand separator.
#' @param decimal.mark The decimal separator.
#' @param big_mark The thousand separator.
#' @param decimal_mark The decimal separator.
#'
#' @return A number formatted correctly with two (default) decimals, a comma as the decimal separator and a period as the thousand-separator. The type is *characther*.
#' @export
Expand Down
8 changes: 4 additions & 4 deletions man/format_num.Rd

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

0 comments on commit 1d3fab1

Please sign in to comment.