Learn R Programming

dataSDA (version 0.1.8)

iGAP_to_RSDA: iGAP to RSDA

Description

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

Usage

iGAP_to_RSDA(data, location)

Value

Return a symbolic_tbl dataframe with complex-encoded interval columns.

Arguments

data

The dataframe with the iGAP format.

location

The location of the symbolic variable in the data.

Examples

Run this code
data(abalone.iGAP)
rsda <- iGAP_to_RSDA(abalone.iGAP, 1:7)

Run the code above in your browser using DataLab