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.

Examples

 ## Not run: quickdf(x)

rOpenGov/bibliographica documentation built on April 10, 2022, 8:51 p.m.