search for: nlocation

Displaying 2 results from an estimated 2 matches for "nlocation".

Did you mean: location
2007 Dec 20
1
data shape
Hello: I have been give a spreadsheet to work with formed as one big table. What it consists of is a 10-row-by-40-column table for each of about 70 different locations. In other words, the table row names are repeated 70 times, once for each of the locations (whose names also appear in the same column, where it's talking about the totals for that location), e.g.: A B C
2006 Oct 29
2
Rgui.exe fix for "console not found" buffer overflow problem
...t copy in my "My Documents" folder on my desktop. The way I did it was to put in the following (in its entirety) in the Rterm.exe window (found at the bottom of ?Rconsole help file within Rterm.exe): #### BEGIN R CODE #### ruser <- Sys.getenv("R_USER") cat("\n\nLocation for personal configuration files is\n R_USER = ", ruser, "\n\n", sep="") ## see if there are personal configuration files sapply(c("Rconsole", "Rdevga"), function(x) file.exists(file.path(ruser, x))) ## show the configuration...