UsingR {UsingR}R Documentation

Opens browser to UsingR webpages

Description

Opens the browser to webpages from the UsingR website.

Usage

UsingR(what = c("webpage", "errata", "changes", "exercises"))

Arguments

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.

Value

Opens the browser to the web page

Author(s)

John Verzani

References

see http://www.math.csi.cuny.edu

See Also

See AlsogetAnswer

Examples

## Not run: UsingR()                      # main webpage
## Not run: UsingR("err")                 # errata

[Package UsingR version 0.1-12 Index]