Learn R Programming

forestry (version 0.1.1)

pre_get_array: numericalize children numeric name to convert JSON object to JSON array

Description

numericalize children numeric name to convert JSON object to JSON array

Usage

pre_get_array(x)

Value

unname numeric names list which is prepared to convert to JSON array

Arguments

x

input list

Examples

Run this code
demo_list <- list("1" = 1, "2" = 2, list("1" = 1, "2" = 2))
pre_get_array(demo_list)

Run the code above in your browser using DataLab