Description
Run an SSIS package from R. Function will check to make sure you can run an SSIS package and it will remove the output file if it exists so as to not append data on top of it.
Usage
ExecuteSSIS(PkgPath = NULL, CSVPath = NULL)
Arguments
PkgPath
Path to SSIS package includin the package name and the package extension .dtsx
CSVPath
Path to the csv output data location including the name of the file and the .csv extension