View source: R/DataProcessing.R
castListEntries | R Documentation |
Tries to cast a list entry (or column in a data.frame) to logical's, if that does not create any missing values, it is assumed to be a logical will be replaced by 'as.logical()' conversion. Similarly for numeric entries (or columns). Everything else remains strings
castListEntries(list)
list |
list of the same lenght with logical's and numeric's casted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.