Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a vignette #29

Closed
jeremystan opened this issue Apr 3, 2015 · 2 comments
Closed

Create a vignette #29

jeremystan opened this issue Apr 3, 2015 · 2 comments

Comments

@jeremystan
Copy link

Create a vignette for tidyjson titled "Introduction to tidyjson."

Assume the reader has:

  • Limited knowledge of JSON
  • Some experience with dplyr and %>%

Explain the key underlying principles of tidyjson:

  • Turns arbitrary JSON into R data.frames
  • Guarantees a deterministic structure
  • Seamless with dplyr and %>%

Explain that data can come from multiple places:

  • Public APIs
  • Document oriented databases
  • JSON over HTTP services

Demonstrate how it works with a few practical examples, then provide an overview of the key functionality.

jeremystan pushed a commit that referenced this issue Apr 5, 2015
jeremystan pushed a commit that referenced this issue Apr 5, 2015
jeremystan pushed a commit that referenced this issue Apr 5, 2015
@jeremystan
Copy link
Author

Need to do the following:

  1. Explain how tbl_json objects are structured
  2. Expand the Data section to cover (a) included data, (b) various means of creating tbl_json objects
  3. Update the verbs section to be consistent with the table
  4. Use a real example (data included in package) in the strategies section

jeremystan pushed a commit that referenced this issue Apr 5, 2015
jeremystan pushed a commit that referenced this issue Apr 6, 2015
jeremystan pushed a commit that referenced this issue Apr 6, 2015
jeremystan pushed a commit that referenced this issue Apr 9, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 11, 2015
jeremystan pushed a commit that referenced this issue Apr 12, 2015
jeremystan pushed a commit that referenced this issue Apr 14, 2015
jeremystan pushed a commit that referenced this issue Apr 14, 2015
jeremystan pushed a commit that referenced this issue Apr 14, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
jeremystan pushed a commit that referenced this issue Apr 21, 2015
@jeremystan
Copy link
Author

First draft completed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant