knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rfordummies

Project Status: Active - The project has reached a stable, usable state and is being actively developed. CRAN status R-CMD-check Codecov test coverage CRAN status CRAN RStudio mirror downloads

Overview

rfordummies is an R package to accompany the book "R for Dummies", by Andrie de Vries and Joris Meys. The package contains functions to print the table of contents as well as all the code samples for every chapter.

To print the table of contents, use:

toc()

To print the code of example for the chapters, use:

Since each of the functions ch1() to ch20() also contains the code examples as function examples, you can do the following to run all examples of a given chapter:

example("ch20", "rfordummies")

Installation

You can install rfordummies using:

devtools::install_github("rfordummies/rfordummies")

See also

The book has a companion website at https://rfordummies.com



andrie/rfordummies documentation built on March 23, 2022, 1:22 p.m.