[character(ncol) |
character(1)]
Data types of columns. If you
only pass one type, it will be replicated. Supported are
all atomic modes also supported by
vector, i.e.
init
[any]
Scalar object to initialize all
elements of the data.frame. You do not need to specify
col.types if you pass this.
row.names
[character(nrow) |
NULL]
Row names. Default is NULL.
col.names
[character(ncol)]
Column
names. Default is V1, V2, and so on.