df_to_tt: Create 'ElementaryTable' from data.frame

View source: R/tt_from_df.R

df_to_ttR Documentation

Create ElementaryTable from data.frame

Description

Create ElementaryTable from data.frame

Usage

df_to_tt(df)

Arguments

df

data.frame.

Value

an ElementaryTable object with unnested columns corresponding to names(df) and row labels corresponding to row.names(df)

Examples

df_to_tt(mtcars)

rtables documentation built on Aug. 30, 2023, 5:07 p.m.