View source: R/interval_format_conversions.R
| iGAP_to_RSDA | R Documentation |
To convert iGAP format interval dataframe to RSDA format (symbolic_tbl).
iGAP_to_RSDA(data, location = NULL)
data |
The dataframe with the iGAP format. |
location |
The location of the symbolic variable in the data. |
Return a symbolic_tbl dataframe with complex-encoded interval columns.
data(abalone.iGAP)
rsda <- iGAP_to_RSDA(abalone.iGAP, 1:7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.