pre_get_array | R Documentation |
numericalize children numeric name to convert JSON object to JSON array
pre_get_array(x)
x |
input list |
unname numeric names list which is prepared to convert to JSON array
demo_list <- list("1" = 1, "2" = 2, list("1" = 1, "2" = 2))
pre_get_array(demo_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.