README.md

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]")
#>  [1] "a" "b" "c" "d" ""  ""  ""  ""  ""  ""  ""  ""  ""  ""  ""  ""  "" 
#> [18] ""  ""  ""  ""  ""  ""  ""  ""  ""


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