Displaying 1 result from an estimated 1 matches for "achimitized".
2011 Mar 07
4
Teaching R: To quote, or not to quote?
Hi All,
When I teach an intro workshop on R, I've been minimizing "quote confusion" by always using quotes around package names in function calls. For example:
install.packages("Hmisc")
update.packages("Hmisc")
library("Hmisc")
citation("Hmisc")
search() # displays package names in quotes
detach("packages:Hmisc") # just as search