read_transfer: Imports data from StatTransfer

Description Usage Arguments Value Examples

View source: R/read_transfer.R

Description

Imports data from StatTransfer

Usage

1
2
3
read_transfer(dat, stsd, labels = FALSE, n = -1L, ok = TRUE,
  warn = TRUE, encoding = "unknown", skipNul = FALSE, sep = ",",
  locale = Sys.getlocale("LC_TIME"), ...)

Arguments

dat

The file containing the data, in the .dat format

stsd

The file containing the schema, in the .stsd format

...

Further options passed down to methods

Value

A data frame

Examples

1
2
3
4
## Not run: 
read_transfer("mtcars.dat", "mtcars.stsd")

## End(Not run)

b-rodrigues/brotools documentation built on April 21, 2020, 2:27 p.m.