create_empty_dt: Create an Empty Data Table

Description Usage Arguments Value

Description

Create an empty data table with a specified number of rows and columns. You can also choose the value that fills the data table.

Usage

1
create_empty_dt(num_rows, column_names, fill_value = -1)

Arguments

num_rows

A positive integer that specifies the number of rows for the data table

column_names

A character vector that specifies the number and names of the columns.

fill_value

Default is -1. Specifies what value should fill the data table

Value

A data.table


convoyinc/abayes documentation built on May 12, 2019, 1:34 a.m.