Tool.SplitToGenDataFrame | R Documentation |
This function generates n-column data frame by spliting character by some specific letters or phrases.
Tool.SplitToGenDataFrame(to.splits.string, to.split.by, res.colnames)
to.splits.string |
Character. The string to be splited. |
to.split.by |
Character(1). The string will be splited by this parameter, and it will be directly
passed to parameter |
res.colnames |
Character(2). It gives 2 column names in the result table. The splited string gets to have 2 parts of equal length, and they will be reconstructed to form a table so that 2 column names are needed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.