HeaderBreakerCb | R Documentation |
Splits a column into multiple columns/nested table.
HeaderBreakerCb(dfdt, sep = ".", clb = "id", nclb = hedclbs)
dfdt |
Input table to work on (data.frame or data.table) |
sep |
Delimiter to split the column by |
clb |
Column (name) to split |
nclb |
Names for the new columns added by splitting. |
data.frame
Other Table_functions:
CalcPcoverage()
,
CalcQcoverage()
,
CompareDFDT()
,
HeaderBreaker()
,
MergeXtYf()
,
ReadXlsx()
,
RemoveEmptyStrCols()
,
RemoveEmptyStrRows()
,
RemoveNACols()
,
RemovesSparseols()
,
Rename1Col()
,
SharedCols()
,
Trimifo()
,
Trimito()
,
UnSharedCols()
,
WriteWolfTbl()
,
WriteXlsx()
,
dropcols()
,
droprows()
HeaderBreakerCb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.