create.data.frame: create dataframe

Description Arguments Author(s) Examples

View source: R/create.data.frame.R

Description

create.data.frame creates a data.frame and allows to add colnames

Arguments

default_value

which value to add in all cells? defaults to NA

nrow

number of rows

ncol

number of cols

col.names

character vector with colnames

Author(s)

Ren攼㸹 Michel

Examples

1
d = create.data.frame(NA, 2, 2, c("Col1", "Col2"))

remichel/rmTools documentation built on Dec. 11, 2021, 6:59 a.m.