Skip to content

Commit

Permalink
#29 add a note about manipulating with other dplyr verbs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Stanley committed Apr 21, 2015
1 parent 1f388af commit 065b82e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vignettes/introduction-to-tidyjson.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,10 @@ relationally.

Finally, don't forget that once you are done with your JSON tidying, you can
use [dplyr](http://github.com/hadley/dplyr) to continue manipulating the
resulting data.
resulting data. `dplyr::filter`, `dplyr::arrange` and `dplyr::mutate` can be
used and will preserve the JSON attribute for further tidyjson manipulation.
The same is true for the `[` operator. Other `dplyr` functions will destroy
the JSON attribute, so you will no longer be able to manipulate the JSON data.

### World bank example

Expand Down

0 comments on commit 065b82e

Please sign in to comment.