createOutput: create a data.frame with col and row as specified

Description Usage Arguments Value Examples

View source: R/statistic_functions.R

Description

create a data.frame withe number of columns and rows as specicied

Usage

1

Arguments

ncol

a digit. Default to 0

nrow

a digit. Default to 0

Value

a data.frame

Examples

1
2
result <- createOutput(ncol = ncol(mtcars))
colnames(result) <- colnames(mtcars)

rgriffier/statsBordeaux documentation built on Aug. 11, 2021, 9:59 a.m.