decompose {reshape2} |
R Documentation |
split dataframe by a cell string value split result
Description
Usage
decompose(df, by,
split = "[;,]\s*");
Arguments
df
[as dataframe]
by
the colname for do the cell content split. [as string]
split
the delimiter string expression for split the cell contents. [as string]
env
[as Environment]
Details
Authors
SMRUCC genomics Institute
Value
this function returns data object of type
dataframe.
clr value class
Examples
[Package
reshape2 version 2.33.856.6961
Index]