single.dat.split: Splits one .dat file by employer ID

Description Usage Arguments Examples

View source: R/ReadingDatFiles.R

Description

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.

Usage

1
single.dat.split(Path, DestinationFolder)

Arguments

Path

File path to a .dat file

DestinationFolder

The folder where split .dat files should be written to

Examples

1
single.dat.split("c:/example/datfile.dat", "c:/example/split/")

ptddatateam/dat_file_r_package documentation built on Nov. 5, 2019, 1:56 a.m.