validate_factory: Inspect and validate the content of a factory

Description Usage Arguments Details Value

View source: R/validate_factory.R

Description

validate_factory() can be used to inspect the content of a factory and make everything looks fine. This includes various sanity checks listed in details that will error if a problem is found.

Usage

1
validate_factory(factory = ".", allow_duplicates = TRUE)

Arguments

factory

The path to the report factory or a folder within the desired factory. Defaults to the current directory.

allow_duplicates

A logical indicating duplicate filenames are allowed across folders.

Details

Checks run on the factory include:

Value

A list with 4 entries:


tjtnew/reportfactory documentation built on Dec. 31, 2020, 8:40 a.m.