Description Usage Arguments Value Examples
View source: R/read_transfer.R
Imports data from StatTransfer
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"), ...)
|
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 |
A data frame
1 2 3 4 | ## Not run:
read_transfer("mtcars.dat", "mtcars.stsd")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.