Generate a template
Usage
generate_template(path, template = c("facade", "table-list"))Arguments
- path
A character string specifying the path where the template should be saved. If a directory is provided, the template will be saved with a default name based on the template type.
- template
A character string specifying the type of template to generate. Options are "facade" for a YAML facade template or "table-list" for an Excel table list template.