RSDA_to_ARRAY: RSDA to ARRAY

View source: R/interval_format_conversions.R

RSDA_to_ARRAYR Documentation

RSDA to ARRAY

Description

Convert RSDA format (symbolic_tbl) to a 3-dimensional array [n, p, 2] where slice [,,1] contains the minima and slice [,,2] contains the maxima.

Usage

RSDA_to_ARRAY(data)

Arguments

data

A symbolic_tbl with interval columns.

Value

A numeric array of dimension [n, p, 2] with dimnames. Only interval (symbolic_interval) columns are included.

Examples

data(mushroom.int)
arr <- RSDA_to_ARRAY(mushroom.int)
dim(arr)  # [23, 3, 2]

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