Learn R Programming

dataSDA (version 0.1.8)

MM_to_RSDA: MM to RSDA

Description

To convert MM format interval dataframe to RSDA format (symbolic_tbl).

Usage

MM_to_RSDA(data)

Value

Return a symbolic_tbl dataframe with complex-encoded interval columns.

Arguments

data

The dataframe with the MM format (paired _min/_max columns).

Examples

Run this code
data(mushroom.int)
mm <- RSDA_to_MM(mushroom.int, RSDA = FALSE)
rsda <- MM_to_RSDA(mm)

Run the code above in your browser using DataLab