is.list2 | R Documentation |
The 'is.list()' function fails on tibbles: it returns TRUE, as if it were a list. This distiguishes. Thaat's why we need this function.
is.list2(object)
object |
Object to test. |
is.list2(list())
is.list2(dplyr::tibble())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.