Description Usage Arguments Value Examples
View source: R/ReadingDatFiles.R
LOWER LEVEL FUNCTION - Not meant to be called on its own.
 
Returns a data frame with .dat data formated using the survey schema
| 1 | read.dat.survey(Path, RemoveFiller = TRUE)
 | 
| Path | File path to a .dat file | 
| RemoveFiller | A boolean indicating if the filler fields should be removed | 
A data frame with information from the header of the .dat file
| 1 | read.dat.survey("c:/example/example/datfile.dat")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.