search for: argumemnt

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

Did you mean: arguemnt
2004 Mar 31
2
functions & paths
Hi, I have a couple of quick questions regarding R. 1) I have a ".First" function that automatically loads the quadprog package into the workspace. The .First function resides in R and is only saved if I save the workspace. The exact function is as follows: .First<-function() { library(quadprog) } Is there any way that this function can be saved outside of R? That is, is there