createEmptyDF: Create empty data.frame

Description Usage Arguments Value Author(s)

View source: R/createEmptyDF.R

Description

Create an empty data.frame with NA and specified column types. Probably not the best way to do.

Usage

1
createEmptyDF(colClasses, nrows)

Arguments

colClasses

a vector with the types definition for the columns.

nrows

the number of rows in the data.frame to create.

Value

a data.frame with 'NA' but of the specified types

Author(s)

Jean Monlong


jmonlong/PopSV documentation built on Sept. 15, 2019, 9:29 p.m.