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

myfirstpkg

This is a demo package for my blog post on writing an R package from scratch to CRAN.

## load package
library(myfirstpkg)

## use re_match function
re_match(letters, "[a-d]")


mkearney/myfirstpkg documentation built on May 9, 2019, 12:56 a.m.