splitQual | R Documentation |
Splits a vector of strings of combined data into numeric and remark columns.
splitQual(x, name = deparse(substitute(x)))
x |
a character vector, missing values are permitted and result in missing values in the output |
name |
a character string giving the names of the output columns. |
A data frame with 2 columns, containing the numeric values and the qualification codes.
splitQual(c("<1", "1", "<1", "1", "2"), name="Dummy")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.