| carWeb {car} | R Documentation | 
This function will access the website for An R Companion to Applied Regression.
carWeb(page = c("webpage", "errata", "taskviews"), script, data)
page | 
  A character string indicating what page to open. The default 
  | 
script | 
 The quoted name of a chapter in An R Companion to Applied 
Regression, like   | 
data | 
 The quoted name of a data file in An R Companion to Applied 
Regression, like   | 
Either a web page or a PDF document is displayed.  Only one of the three 
arguments page, rfile, or data, should be used. 
 Sanford Weisberg, based on the function UsingR in the UsingR
package by John Verzani 
Fox, J. and Weisberg, S. (2011) An R Companion to Applied Regression, Second Edition, Sage.
## Not run: carWeb()