Description Usage Arguments Value
Checks the root project folder structure
1 2 3 | check_proj_top_level(proj_dir, should_contain_exactly = c(".git",
".gitignore", "data", "output", "src"),
should_contain_pattern = c("*.rproj$", "^readme*"), verbose = FALSE)
|
proj_dir: |
root project directory |
should_contain_exactly: |
files or folders that should exist here |
should_contain_pattern: |
regex pattern of files or folders that should exist here |
verbose: |
boolean whether statements should be printed |
list of values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.