factory_overview {reportfactory}R Documentation

Generate an overview of a report factory

Description

Print contents of directories in a tree-like format.

Usage

factory_overview(path = ".", ...)

Arguments

path

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

...

Additional arguments passed to fs::dir_tree().

Value

Invisibly returns a character of the files and directories within the desired folder.


[Package reportfactory version 0.4.0 Index]