fixnames {forestry}R Documentation

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)

Arguments

x

input

Value

unname numeric names list

Examples

fixnames(list("1" = 1, "2" = 2))


[Package forestry version 0.1.1 Index]