Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 517 Bytes

r3admin: Helper functions for managing the r-cubed courses

The goal of r3admin is to help with teaching and general admin for developing and running the r-cubed courses.

Installation

You can install the development version of r3admin like so:

# install.packages("remotes")
remotes::install_github("rostools/r3admin")

Example

This is a basic example which shows you how to solve a common problem:

library(r3admin)
## basic example code