check_for_sublist | R Documentation |
Checks if a list has sub-lists and returns TRUE if so
check_for_sublist(single_resource_field)
single_resource_field |
a list to be checked |
TRUE/FALSE
## Not run:
list <- list(1, 2, 3, list("börek", 2, 3))
check_for_sublist(list)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.