Displaying 1 result from an estimated 1 matches for "stattransfer10".
Did you mean:
stattransfer
2011 Sep 28
1
using the system command
..., file, ".rdata -T > ", file, " \n\nquit", sep = "")
cat(tmp, file = "c:/temp/transfer.stcmd", append = FALSE)
##
## transfer using StatTransfer
##
system(paste('"c:\\program files\\statTransfer10\\st.exe"',
'c:\\temp\\transfer.stcmd'), wait = FALSE)
##
## load
##
inpt <- paste("c:\\temp\\", file, ".RData", sep = "")
##return(inpt)
load(inpt, .GlobalEnv)
}...