quickdf {hetu} | R 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.
[Package hetu version 1.1.0 Index]