View source: R/matsindf_apply.R
should_unlist | R Documentation |
When evaluating each row of a data frame in matsindf_apply()
,
the result will be a tibble
with list columns.
This function tells whether a column can be unlisted.
This is internal helper function and should not be called externally.
should_unlist(this_col)
this_col |
The column to be checked.
Or a |
A boolean. TRUE
if the column can be unlisted, FALSE
otherwise.
When this_col
is a data.frame
, a named boolean vector,
one entry for each column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.