RSDA_to_MM: RSDA to MM

View source: R/interval_format_conversions.R

RSDA_to_MMR Documentation

RSDA to MM

Description

To convert RSDA format interval dataframe to MM format.

Usage

RSDA_to_MM(data, RSDA = TRUE)

Arguments

data

The RSDA format with interval dataframe.

RSDA

Whether to load the RSDA package.

Value

Return a dataframe with the MM format.

Examples

data(mushroom.int)
RSDA_to_MM(mushroom.int, RSDA = FALSE)

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