powered by
A predicate function to check whether input is a named list and not a data frame.
.is_named_list(x, allow_df = FALSE)
a logical
(any) object to check
any
cards:::.is_named_list(list(a = 1:3))
Run the code above in your browser using DataLab