sap_file_load: A Function To Read STAD Unformated Exports The function reads...

Description Usage Arguments Examples

Description

A Function To Read STAD Unformated Exports The function reads SAP STAD exports

Usage

1
sap_file_load(dir_name, pattern, cleanup, skip)

Arguments

dir_name

The directory containing the STAD exports

pattern

The file pattern to read

cleanup

A function to clean read data

skip

The nuumber of lines to skip

Examples

1
i <- sap_file_load('directory','.*',my_cleanup,4)

thepks/sapr documentation built on May 13, 2019, 8:14 a.m.