lintPkgDirs | R Documentation |
Lint select subdirectories in a package directory.
lintPkgDirs(pkg_dir = ".", shiny = FALSE)
pkg_dir |
String of path to package directory. |
shiny |
Boolean of whether or not a |
Will look for files in the following directories:
"R"
, "tests"
, and conditionally "inst/shiny"
if shiny
is TRUE
.
NULL
invisibly.
lintPkgDirs(
pkg_dir= system.file(package = "gDRstyle", "tst_pkgs", "dummy_pkg"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.