read_bin: Read a bin file

View source: R/convert_bin.R

read_binR Documentation

Read a bin file

Description

Read the data in binfilename and return a data table. Any field descriptions will become column labels (use View() or Hmisc::label() to see them).

Usage

read_bin(binFilename, returnDnames = FALSE)

Arguments

binFilename

string The bin filename to read

returnDnames

bool To return display names (if present in bin)

Value

The data table read from the bin located at binFilename


Caliper-Corporation/caliperR documentation built on May 30, 2024, 2:35 p.m.