knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

SatRdayLA

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.

Installation

You can install SatRdayLA from GitHub with:

devtools::install_github("d-edison/SatRdayLA")

Example

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!")


d-edison/SatRdayLA documentation built on May 7, 2019, 6:55 p.m.