Learn R Programming

jqr (version 1.4.0)

Client for 'jq', a 'JSON' Processor

Description

Client for 'jq', a 'JSON' processor (), written in C. 'jq' allows the following with 'JSON' data: index into, parse, do calculations, cut up and filter, change key names and values, perform conditionals and comparisons, and more.

Copy Link

Version

Install

install.packages('jqr')

Monthly Downloads

8,283

Version

1.4.0

License

MIT + file LICENSE

Maintainer

Last Published

December 16th, 2024

Functions in jqr (1.4.0)

vars

Variables
%>%

Pipe operator
string

Give back a character string
sortj

Sort and related
select

Select - filtering
types

Types and related functions
build

Build arrays and objects
jq_flags

Flags for use with jq
at

Format strings and escaping
dot

dot and related functions
commits

GitHub Commits Data
index

index and related functions
combine

Combine json pieces
jqr

jqr
jq

Execute a query with jq
funs

Define and use functions
jqr_new

JQ Streaming API
recurse

Search through a recursive structure - extract data from all levels
rangej

Produce range of numbers
keys

Operations on keys, or by keys
peek

Peek at a query
maths

Math operations
paths

Outputs paths to all the elements in its input
logicaltests

Logical tests
manip

Manipulation operations