Learn R Programming

forestry (version 0.1.1)

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

Description

numericalize children numeric name to convert JSON object to JSON array

Usage

fixnames(x)

Value

unname numeric names list

Arguments

x

input

Examples

Run this code
fixnames(list("1" = 1, "2" = 2))

Run the code above in your browser using DataLab