data_frame {rcmdcheck} | R Documentation |
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.
data_frame(..., stringsAsFactors = FALSE)
... |
Named data frame columns, or data frames. |
stringsAsFactors |
Just leave it on |
Data frame.