traverse_list_recursively: Traverse list recursively and apply function to nodes.

Description Usage Arguments Value Examples

Description

Traverse list recursively and apply function to nodes.

Usage

1

Arguments

l

list() to be traversed

obj

Initial object which is supposed to be returned

fun

Function to be applied to nodes

Value

An object of same type as obj made by fun

Examples

1
2
l <- list(a=1,b=list(c=2,d=3))
L <- json_to_list(l = l, obj = data.frame(), fun = make_df)

joyofdata/rmongodbHelper documentation built on May 19, 2019, 10:43 p.m.