Nothing
# Used in test-spec_guess_object_list.R
guess_ol_field <- function(
value,
name = "x",
empty_list_unspecified = FALSE,
simplify_list = FALSE,
local_env = list()
) {
.guess_object_list_field_spec(
value = value,
name = name,
empty_list_unspecified = empty_list_unspecified,
simplify_list = simplify_list,
local_env = local_env
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.