Description Usage Arguments Author(s) Examples
View source: R/pkg_checkroot.R
Check pkg_root/subdir
1 2 3 4 5 | pkg_checkroot_subdir(
dir = getwd(),
subdir = c("R", "data", "data_raw", "man", "tests", file.path("tests", "testthat"),
"vignettes")
)
|
dir |
Character string. Directory. |
subdir |
Character string. Sub directory. |
Ivan Jacob Agaloos Pesigan
1 2 3 4 5 6 | ## Not run:
pkg_checkroot_subdir(
dir = getwd()
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.