LCpackage is a demo package created for a live coding session at State of the R.

Installation

You can install from GitHub with:

# install.packages("devtools")
devtools::install_github("StateOfTheR/LCpackage")

Example

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

library(LCpackage)
print_date()
#> Today is the 18 April of year 2020.