Learn R Programming

alr3 (version 2.0.0)

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" for chapters fr

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
alrWeb()

Run the code above in your browser using DataLab