peek: Peek at a query

View source: R/peek.R

peekR Documentation

Peek at a query

Description

Prints the query resulting from jq all in one character string just as you would execute it on the command line. Output gets class of json, and pretty prints to the console for easier viewing.

Usage

peek(.data)

Arguments

.data

(list) input, using higher level interface

See Also

jq.

Examples

'{"a": 7}' %>% do(.a + 1) %>% peek
'[8,3,null,6]' %>% sortj %>% peek

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

Related to peek in jqr...