| allowed_json_types | Fundamental JSON types from http://json.org/, where I... |
| append_values | Appends all JSON values with a specified type as a new column |
| append_values_factory | Creates the append_values_* functions |
| append_values_type | get list of values from json |
| as.character.tbl_json | Convert the JSON in an tbl_json object back to a JSON string |
| as_tibble | Objects exported from other packages |
| as_tibble.tbl_json | Convert a tbl_json back to a tbl_df |
| bind_rows | Objects exported from other packages |
| commits | Commit data for the dplyr repo from github API |
| companies | Startup company information for 1,000 companies |
| determine_types | Determines the types of a list of parsed JSON |
| enter_object | Enter into a specific object and discard all other JSON data |
| filter | Objects exported from other packages |
| gather_array | Gather a JSON array into index-value pairs |
| gather_factory | Factory to create gather functions |
| gather_object | Gather a JSON object into name-value pairs |
| has_names | Check for Names |
| is_data_list | List Check |
| is_json | Predicates to test for specific JSON types in 'tbl_json'... |
| is_json_factory | Factory to create 'is_json' functions |
| issues | Issue data for the dplyr repo from github API |
| json_complexity | Compute the complexity (recursively unlisted length) of JSON... |
| json_factory | Factory that creates the j* functions below |
| json_functions | Navigates nested objects to get at names of a specific type,... |
| json_get | Get JSON from a tbl_json |
| json_get_column | Make the JSON data a persistent column |
| json_lengths | Compute the length of JSON data |
| json_schema | Create a schema for a JSON document or collection |
| json_structure | Recursively structures arbitrary JSON data into a single data... |
| json_types | Add a column that tells the 'type' of the JSON data |
| my_unlist | Unlists while preserving NULLs and only unlisting lists with... |
| path | Create a JSON path with a minimum of typing |
| pipe | Objects exported from other packages |
| print.tbl_json | Print a tbl_json object |
| rbind_tbl_json | Bind two tbl_json objects together and preserve JSON... |
| read_json | Reads JSON from an input uri (file, url, ...) and returns a... |
| spread_all | Spreads all scalar values of a JSON object into new columns |
| spread_values | Spreads specific scalar values of a JSON object into new... |
| sub-.tbl_json | Extract subsets of a tbl_json object (not replace) |
| tbl_json | Combines structured JSON (as a data.frame) with remaining... |
| tidyjson | tidyjson |
| worldbank | Projects funded by the World Bank |
| wrap_dplyr_verb | Wrapper for extending dplyr verbs to tbl_json objects |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.