Skip to content

Commit

Permalink
fixed typo in do.r
Browse files Browse the repository at this point in the history
  • Loading branch information
jentjr committed Jan 21, 2016
1 parent 4f2d7f8 commit 7dde333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/do.r
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#' @section Connection to plyr:
#'
#' If you're familiar with plyr, \code{do} with named arguments is basically
#' eqvuivalent to \code{dlply}, and \code{do} with a single unnamed argument
#' equivalent to \code{dlply}, and \code{do} with a single unnamed argument
#' is basically equivalent to \code{ldply}. However, instead of storing
#' labels in a separate attribute, the result is always a data frame. This
#' means that \code{summarise} applied to the result of \code{do} can
Expand Down

0 comments on commit 7dde333

Please sign in to comment.