iGAP_to_RSDA: iGAP to RSDA

View source: R/interval_format_conversions.R

iGAP_to_RSDAR Documentation

iGAP to RSDA

Description

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

Usage

iGAP_to_RSDA(data, location = NULL)

Arguments

data

The dataframe with the iGAP format.

location

The location of the symbolic variable in the data.

Value

Return a symbolic_tbl dataframe with complex-encoded interval columns.

Examples

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

dataSDA documentation built on June 12, 2026, 9:06 a.m.