combine: Combine json pieces

View source: R/combine.R

combineR Documentation

Combine json pieces

Description

Combine json pieces

Usage

combine(x)

Arguments

x

Input, of class json

Examples

x <- '{"foo": 5, "bar": 7}' %>% select(a = .foo)
combine(x)

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

jqr documentation built on Nov. 20, 2023, 5:07 p.m.

Related to combine in jqr...