check_proj_top_level: Checks the root project folder structure

Description Usage Arguments Value

Description

Checks the root project folder structure

Usage

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)

Arguments

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

Value

list of values


bi-sdal/sdalr documentation built on May 12, 2019, 8:29 p.m.