Description Usage Arguments Value Examples
View source: R/ReadingDatFiles.R
Returns an R object, of type CtrDat-class
, with survey and header data from a .dat file.
It also preforms validation as described in validate.dat.header
1 |
Path |
File path to a .dat file |
RemoveFiller |
A boolean indicating if the filler fields should be removed |
An S4 object, CtrDat-class
, with the Employer Id, information from the header of the dat file,
the survey data, a logical value indicating if filler has been removed.
1 | read.dat("c:/example/datfile.dat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.