Learn R Programming

hetu (version 1.1.0)

quickdf: Quick Data Frame

Description

Speedups in data.frame creation.

Usage

quickdf(x)

Value

data.frame

Arguments

x

named list of equal length vectors

Author

HW/LL

Details

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

References

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