dt_to_df: Convert a 'data.table' to a 'data.frame'.

View source: R/dt_to_df.R

dt_to_dfR Documentation

Convert a data.table to a data.frame.

Description

Converts a data.table to a data.frame by setting the first column as the rownames.

Usage

dt_to_df(exp)

Value

data.frame


NathanSkene/EWCE documentation built on April 10, 2024, 1:02 a.m.