scaffold_config: Create scaffolding config file

Description Usage Arguments Examples

Description

Creates YAML config file with the specification of the Shiny app to scaffold. The file allows configuration of modules, styles and other generic app features.

Usage

1
scaffold_config(outfile = NULL)

Arguments

outfile

String of a file name where the config file is exported to. If left NULL, the config is printed to stdout.

Examples

1
2
3
4
5
# print config to screen
scaffold_config()

# write config to file
scaffold_config("/tmp/my-config.yml")

nz-stefan/shinyscaffold documentation built on May 9, 2019, 10 p.m.