jfunctions: Navigates nested objects to get at keys of a specific type,...

Description Usage Arguments Value

Description

Navigates nested objects to get at keys of a specific type, to be used as arguments to spread_values

Usage

1
2
3
4
5
jstring(..., recursive = FALSE)

jnumber(..., recursive = FALSE)

jlogical(..., recursive = FALSE)

Arguments

...

the path to follow

recursive

logical indicating whether second level and beyond objects should be extracted. Only works when there exists a single value in the nested json object

Value

a function that can operate on parsed JSON data


sailthru/tidyjson documentation built on May 29, 2019, 12:59 p.m.