data_frame: Alternative to data.frame
Description
Sets stringsAsFactors to FALSE by default
If any columns have zero length, the result will have
zero rows.
If a column is a scalar, then it will be recycled.
Non-matching number of rows gives an error, except for
lengths zero and one.
Usage
data_frame(..., stringsAsFactors = FALSE)
Arguments
...
Named data frame columns, or data frames.
stringsAsFactors
Just leave it on FALSE. :)