Learn R Programming

alr4 (version 1.0.0)

alrWeb: Access to the Applied Linear Regression website

Description

These function will access the website for Applied Linear Regression, 3rd and 4th editions.

Usage

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

alr4Web(page = c("webpage", "errata", "primer", "facebook"), 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 thrid edition of the book, "primer" fetches and displays the primer for R, and
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

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. alrWeb is relevant to the 3ed edition of the textbook, while alr4Web gets documents for the 4th edition. The names of these functions will change wehn the 4th edition is published.

Examples

Run this code
alr4Web("primer")

Run the code above in your browser using DataLab