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

View source: R/node.R

fixnamesR 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))


forestry documentation built on Nov. 21, 2023, 1:07 a.m.