Skip to content

Commit 32b73ea

Browse files
authored
Fix typo in uncount descriptiont (#439)
fix typo in uncount description
2 parents 96ded3f + debc7a1 commit 32b73ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/uncount.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' "Uncount" a data frame
22
#'
33
#' Performs the opposite operation to [dplyr::count()], duplicating rows
4-
#' acoording to a weighting variable (or expression).
4+
#' according to a weighting variable (or expression).
55
#'
66
#' @param data A data frame, tibble, or grouped tibble.
77
#' @param weights A vector of weights. Evaluated in the context of `data`;

0 commit comments

Comments
 (0)