search for: sasa7bdat

Displaying 1 result from an estimated 1 matches for "sasa7bdat".

Did you mean: sas7bdat
2011 Sep 28
1
using the system command
...p\\transfer.stcmd'), wait = FALSE) ## ## load ## inpt <- paste("c:\\temp\\", file, ".RData", sep = "") ##return(inpt) load(inpt, .GlobalEnv) } My call using a sas file (vicks.sasa7bdat) is: fn.importData(file = "vicks", type = "sas") The StatTransfer command file is created and StatTransfer is called correctly. The translation from vicks.sas7bdat to vicks.RData occurs as it should - I can look at them in the temp directory. But I get an error...