lq-dsl: Higher level query tools

lq-dslR Documentation

Higher level query tools

Description

Higher level query tools

Examples

(x <- list(a = list(b = list(c = 1, d = 2, e = 3)), f = 45))

library(jqr)
(tj(x) %>% index()) %>% fj
(tj(x) %>% index() %>% index()) %>% fj
(tj(x) %>% index() %>% index() %>% select(. > 2)) %>% fj
(tj(x) %>% index() %>% select(. > 2)) %>% fj
(tj(x) %>% index() %>% index() %>% keys() %>% reverse) %>% fj

ropensci/lq documentation built on May 14, 2022, 5:07 p.m.