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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.