knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of SatRdayLA is to demonstrate how to build your own R package. It is not intended to be used for any purpose other than demonstration.
You can install SatRdayLA from GitHub with:
devtools::install_github("d-edison/SatRdayLA")
The SatRdayLA package contains one toy function, print_fancy
. It can be used as below:
library(SatRdayLA) print_fancy("SatRday LA is the coolest R conference around!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.