Description Usage Arguments Examples
View source: R/ReadingDatFiles.R
Splits all .dat files in the specified folder, by Employer ID. Spilt files are saved into separate .dat
files in the specified destination folder. It also runs a the validation checks describe in
validate.dat.header
.
1 | dats.split(SourceFolder, DestinationFolder, Validate = TRUE)
|
SourceFolder |
The folder with .dat files needing splitting |
DestinationFolder |
The folder where split .dat files should be written to |
Validate |
Boolean indicating if validation should be run |
1 | dats.split("c:/example/source/", "c:/example/destination")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.