get_df_from_binary: Scan a binary TransCAD File

Description Usage Arguments Details Value

View source: R/RcppExports.R

Description

This is a C++ implementation written by Amar Sarvepalli and adapted for Rcpp by Greg Macfarlane.

Usage

1
get_df_from_binary(bin_file, name, type, start, width, row_length)

Arguments

bin_file

string with the path to the .bin file.

name

character vector of each variable.

type

CharacterVector with the information type for each variable.

start

NumericVector with the number of bytes in which the variable starts.

width

NumericVector with the number of bytes given for a variable.

row_length

int showing the number of bytes in a row.

Details

All input parameter values are available in the .DCB file read by read_dcb. This is an internal function and should not normally be used independent of read_tcad.

Value

characters in each element of the vector


pbsag/tcadr documentation built on May 24, 2019, 10:39 p.m.