data_frame: Fast data.frame

View source: R/utils-classes.R

data_frameR Documentation

Fast data.frame

Description

This function should be used with extreme caution. If data.frame is not performant enough, you should consider data.table instead. This is intended to meet a very specific use case where a solution is needed which is both efficient and tidy (meaning tidyverse compatible). It comes at the cost of cutting some corners. There is no checking, recycling etc. unless asked for.

Usage

data_frame(...)

Arguments

...

usual arguments to data.frame


VEuPathDB/veupathUtils documentation built on Feb. 8, 2025, 12:29 p.m.