TabUnroll | R Documentation |
Inspired by Yuri Wolf' tab_unroll.pl "Reads the table, unrolls the specified field into separate lines"
TabUnroll(dfdt, sep = ",", colnym = "mems", NewColNym = "values")
dfdt |
Input table to work on (data.frame or data.table) |
sep |
Delimiter to break the rolled field's cells with. |
colnym |
Field to unroll |
NewColNym |
A name for the field that will contain the unrolled values |
A data.frame.
stringi::stri_pad
TabUnroll
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.