search for: rwhere

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

Did you mean: where
2011 Sep 06
1
object.size() not recognized within .First()
...t;1") { load("c:\\users\\geof\\csu\\teach\\stat540\\2011\\R\\.RData",.GlobalEnv) setwd("c:\\users\\geof\\csu\\teach\\stat540\\2011\\R") } if (thechosen=="c") { cat("Hello. Choose .RData file to work with...\n") where=file.choose() rwhere=sub("\\.RData","",where) load(where,.GlobalEnv) setwd(rwhere) } cat("\n") cat(paste("Okay, I've got you working/saving in ", getwd()[1],"\n",sep="")) } BIG=function(n=10,removeask=T) { z <- sapply(ls(pos=1...