Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.16 KB

LCpackage

Lifecycle: experimental license R build status

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.