Description Usage Arguments Value Author(s) See Also Examples
Flattens a column stored as a list
into a wide form.
1 | listCol_w(inDT, listcol, drop = TRUE, fill = NA_character_)
|
inDT |
The input dataset. |
listcol |
The name of the column stored as a |
drop |
Logical. Should the original column be dropped? Defaults to |
fill |
The desired fill value. Defaults to |
A data.table
.
Ananda Mahto
listCol_l
to unlist a list
column into a "long" format.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.