.is_named_list | R Documentation |
A predicate function to check whether input is a named list and not a data frame.
.is_named_list(x, allow_df = FALSE)
x |
( |
a logical
cards:::.is_named_list(list(a = 1:3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.