emptyDF: Create an empty data.frame

Description Usage Arguments Value Examples

View source: R/dataManipulations.R

Description

Create an empty data.frame

Usage

1
emptyDF(cols, N = 0)

Arguments

cols

The column names of the data frame

N

The number of rows to populate with NA

Value

A data.frame of dimension N*length(cols)

Examples

1
emptyDF(c("A", "B"))

ivanliu1989/RQuant documentation built on Sept. 13, 2019, 11:53 a.m.