fetch: Print a high-level summary of a data frame from JSON data

Description Usage Arguments Examples

Description

Print a high-level summary of a data frame from JSON data

Usage

1
fetch(jsondata)

Arguments

jsondata

data.frame Data frame output from reading a JSON array data into R using jsonlite::fromJSON

Examples

1
2
jsondata <- fromJSON("https://api.github.com/users/hadley/repos")
jsondata %>% fetch

sctyner/JSOmetaN documentation built on May 30, 2019, 10:36 p.m.