Skip to content

Commit 95d45ba

Browse files
committed
fix typos from release()
1 parent 08c522a commit 95d45ba

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

R/adorn_rounding.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#'
66
#' If you're formatting percentages, e.g., the result of \code{adorn_percentages()}, use \code{adorn_pct_formatting()} instead. This is a more flexible variant for ad-hoc usage. Compared to \code{adorn_pct_formatting()}, it can run on the first column and does not multiply by 100 or pad the numbers with spaces for alignment in the results data.frame. This function retains the class of numeric input columns.
77
#'
8-
#' @param dat a data.frame wth at least one numeric column
8+
#' @param dat a data.frame with at least one numeric column
99
#' @param digits how many digits should be displayed after the decimal point?
1010
#' @param rounding method to use for rounding - either "half to even", the base R default method, or "half up", where 14.5 rounds up to 15.
11-
#' @param skip_first_col should the first column be left un-rounded, assuming it contains values of a descriptive variable as in a \code{tabyl}? Defaults to \code{TRUE}.
11+
#' @param skip_first_col should the first column be left unrounded, assuming it contains values of a descriptive variable as in a \code{tabyl}? Defaults to \code{TRUE}.
1212
#'
1313
#' @return Returns the data.frame with rounded numeric columns.
1414
#' @export

R/clean_names.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' Capitalization preferences can be specified using the \code{case} parameter.
66
#'
77
#' Accented characters are
8-
#' transliterated to ASCII. For example, an "o" with a german umlaut over it becomes "o", and the Spanish character "enye" becomes "n".
8+
#' transliterated to ASCII. For example, an "o" with a German umlaut over it becomes "o", and the Spanish character "enye" becomes "n".
99
#'
1010
#' @param dat the input data.frame.
1111
#' @param case The desired target case (default is \code{"snake"}), indicated by these possible values:

man/adorn_rounding.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/clean_names.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)