Description Usage Arguments Examples
This function creates a package template to manage regular expressions. It utiizes a framework with defaults that expects the user to use testthat to test the library's reguar expressions.
1 2 3 4 |
path |
location to create new regular expression library package. The last component of the path will be used as the package name. |
name |
A named vector that minimally contains the user's first and last
name (e.g., |
email |
An email address to use for CRAN maintainer. This can be
set in the user's |
news |
logical. If |
readme |
logical. If |
rstudio |
logical. If |
gitignore |
logical. If |
testthat |
logical. If |
travis |
logical. If |
coverage |
logical. If |
github.user |
The user's GitHub user name.
This can be set in the user's |
samples |
logical. If |
1 2 3 4 | ## Not run:
library_template("DELETE_ME")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.