View source: R/interval_format_conversions.R
| MM_to_RSDA | R Documentation |
To convert MM format interval dataframe to RSDA format (symbolic_tbl).
MM_to_RSDA(data)
data |
The dataframe with the MM format (paired _min/_max columns). |
Return a symbolic_tbl dataframe with complex-encoded interval columns.
data(mushroom.int)
mm <- RSDA_to_MM(mushroom.int, RSDA = FALSE)
rsda <- MM_to_RSDA(mm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.