knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
LCpackage is a demo package created for a live coding session at State of the R.
You can install from GitHub with:
# install.packages("devtools") devtools::install_github("StateOfTheR/LCpackage")
This is a basic example which shows you how to solve a common problem:
library(LCpackage)
print_date()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.