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

au.rcourse

You can install au.rcourse from this repository with

options(repos = 'https://packagemanager.rstudio.com/all/latest')
install.packages("remotes")
remotes::install_github("malcolmbarrett/au.rcourse")

au.rcourse::use_module() will install the materials for a given module on your computer. Then, it will open a new RStudio Project containing the files you'll need.

au.rcourse::use_module("module_name")

By default, this package downloads the materials to a conspicuous place like your Desktop. You can also tell use_module() exactly where to put the materials with destdir:

au.rcourse::use_module("module_name", destdir = "a/path/on/your/computer")


malcolmbarrett/au.rcourse documentation built on Sept. 1, 2022, 10:34 p.m.