Skip to content

Commit

Permalink
colearendt#42 fix spread_all append_values reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy committed Sep 6, 2016
1 parent be11422 commit a6a92c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/spread_all.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'
#' Note that arrays are ignored by this function, use \code{\link{gather_array}}
#' to gather the array first, and then use \code{spread_all} if the array
#' contains objects or use one of the \code{\link{append_vaues}} functions to
#' contains objects or use one of the \code{\link{append_values}} functions to
#' capture the array values if they are scalars.
#'
#' Note that scalar JSON values (e.g., a JSON string like '1') are also
Expand Down
2 changes: 1 addition & 1 deletion man/spread_all.Rd

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

0 comments on commit a6a92c7

Please sign in to comment.