Skip to content

Commit

Permalink
added a description of f_pp
Browse files Browse the repository at this point in the history
  • Loading branch information
trinker committed Mar 17, 2018
1 parent d840cde commit 86049f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions R/f_percent.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Format Percentages
#'
#' \code{f_percent} - A wraf_percenter for \code{\link[numform]{f_num}} that formats
#' \code{f_percent} - A wrapper for \code{\link[numform]{f_num}} that formats
#' percent values as labeled percentages.
#'
#' @param x A vector of proportions.
Expand Down Expand Up @@ -90,7 +90,11 @@ f_prop2percent <- function(x, digits = getOption("numformdigits"), less.than.rep
#' @rdname f_percent
ff_prop2percent <- functionize(f_prop2percent)


#' Format Percentages
#'
#' \code{f_pp} - A wrapper for \code{\link[numform]{f_prop2percent}} that requires
#' less typing and has \code{digits} set to \code{0} by default.
#'
#' @export
#' @include utils.R
#' @rdname f_percent
Expand Down
5 changes: 4 additions & 1 deletion man/f_percent.Rd

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

0 comments on commit 86049f2

Please sign in to comment.