Description Usage Arguments Examples
View source: R/ReadingDatFiles.R
Splits one .dat file by Employer ID into separate .dat files. If there is only one employer in the .dat file, it will be copied to the destination folder.
| 1 | single.dat.split(Path, DestinationFolder)
 | 
| Path | File path to a .dat file | 
| DestinationFolder | The folder where split .dat files should be written to | 
| 1 | single.dat.split("c:/example/datfile.dat", "c:/example/split/")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.