alr3 (version 2.0.5)

alrWeb: Access to the Applied Linear Regression website

Description

This function will access the website for Applied Linear Regression

Usage

alrWeb(page = c("webpage", "errata", "primer"), script)

Arguments

page
A character string indicating what page to open. The default "webpage" will open the main webpage, "errata" displays the Errata sheet for the book, and "primer" fetches and displays the primer for R.
script
If set, this will open an R script for one of the chapters in the book in a browser window, or a script from one of the chapters in the R Primer. Possible values are "chapter1", "chapter2", ... "chapter12", "appendix" for chapters and appendix from the book, or "primer0", "primer1", ... "primer12", "primerappendix" for material corresponding to the R primer.

Value

Either a webpage or a pdf document is displayed. This function gives quick access to the website for the book and in particular to the R primer.

Examples

Run this code

## Not run: alrWeb()

Run the code above in your browser using DataCamp Workspace