Displaying 1 result from an estimated 1 matches for "stcmd".
Did you mean:
scmd
2011 Sep 28
1
using the system command
...data. This started as a simple task but it's not
working and so now I'm very frustrated. I'm using R version 2.13 on
Windows 7.
The function, called fn.importData, is:
function(file = NULL, type = NULL){
##
## create statTransfer command file - stcmd
##
ext <- switch(type, sas = "sas7bdat", excel = "xls")
tmp <- paste("copy C:\\Temp\\", file, ".", ext, " r
c:\\temp\\", file, ".rdata -T > ", file, " \n\nquit", sep = ""...