Add a Readme.md template to a Shiny app.

use_appreadme(base_path = ".")

Arguments

base_path

output directory.

Details

This file is used to add a text description below a Shiny app when run in showcase mode.

Examples

# NOT RUN {
use_appreadme()
# }