jqr (version 1.1.0)

combine: Combine json pieces

Description

Combine json pieces

Usage

combine(x)

Arguments

x

Input, of class json

Examples

Run this code
# NOT RUN {
x <- '{"foo": 5, "bar": 7}' %>% select(a = .foo)
combine(x)

(x <- commits %>% index() %>%
 select(sha = .sha, name = .commit.committer.name))
combine(x)
# }

Run the code above in your browser using DataLab