quick.df: A function that generates a data.frame more quickly from...

Description Usage Arguments Value Examples

Description

The function can run substantially quicker than data.frame(...), since no checks will be performed. Yet, the function only works if all vectors have the same length.

Usage

1

Arguments

...

vectors that have equal lengths and will be combined to a data frame

Value

a data.frame

Examples

1
2
3
4
5
6
7
8
## Not run: 
  
  df = quick.df(b=1:5,c=1:5)  
  df
  
  library(rbenchmark)

## End(Not run)

skranz/sktools documentation built on April 12, 2021, 11:43 a.m.