prepare_package | R Documentation |
Prepare a package
prepare_package(
pkg_dir = ".",
exclude = "print.R",
indent_by = 2,
check = TRUE,
...
)
pkg_dir |
defalut: "." |
exclude |
vector for excluding .R files |
indent_by |
indent_by, default: 2 |
check |
check or not, default: TRUE |
... |
other parameters for devtools::check |
No value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.