writeDcbFile: Write data table's dcb file

Description Usage Arguments

View source: R/convert_bin.R

Description

To write the data table into a TransCAD binary file (.bin), we must first write a key in a .dcb file

Usage

1
writeDcbFile(dcbKey, dcbFilename, description = "", dnames = NA)

Arguments

dcbKey

The dcb data table to write in dcbFilename

description

string A description of the binData

dnames

Named vector of display names where each name is a column name and each value is the display name to use. For example: c("hh" = "Households") will assign the display name "Households" to column "hh".


dkyleward/caliperR documentation built on Dec. 31, 2021, 7:11 p.m.