Skip to content

Commit 1900ddc

Browse files
committed
Merge pull request #153 from pierucci/correct-typo
correct typo in nest() doc
2 parents 7a4f82c + 81df2de commit 1900ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/nest.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Nest repeated values in a list-varible.
1+
#' Nest repeated values in a list-variable.
22
#'
33
#' There are many possible ways one could choose to nest columns inside a
44
#' data frame. \code{nest()} creates a list of data frames containing all

0 commit comments

Comments
 (0)