typeSafeUnlist | R Documentation |
typeSafeUnlist
tries to preserve data types in a way that the
base::unlist
function does not for Date, POSIXct and POSIXlt values.
typeSafeUnlist(x)
x |
A list to convert to a vector. |
If a list containing mixed types is specified, then typeSafeUnlist
falls back to using base::unlist
.
A vector containing the values from x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.