UsingR {UsingR} | R Documentation |
Opens the browser to webpages from the UsingR website.
UsingR(what = c("webpage", "errata", "changes", "exercises"))
what |
A character string indicating what page to open. No value specified will open the main webpage. Others are "errata" for typos and erros, "changes" for changes to the text brought about by new changes to R, and "exercises" to go to page containing selected answers. |
Opens the browser to the web page
John Verzani
see http://www.math.csi.cuny.edu
See AlsogetAnswer
## Not run: UsingR() # main webpage ## Not run: UsingR("err") # errata