quickdf: Quick Data Frame

View source: R/quickdf.R

quickdfR Documentation

Quick Data Frame

Description

Speedups in data.frame creation.

Usage

quickdf(x)

Arguments

x

named list of equal length vectors

Details

This is 20x faster than as.data.frame.

Value

data.frame

Author(s)

HW/LL

References

Idea borrowed from http://adv-r.had.co.nz/Profiling.html.


hetu documentation built on May 22, 2022, 1:05 a.m.