Description Usage Arguments Details See Also Examples
Add a DESCRIPTION template to a Shiny app.
1 2 3 | use_app_description(base_path = ".", title, author = "Author Name",
url = "https://insert_author_account_here.github.io/",
license = "MIT", mode = "Showcase", tags)
|
base_path |
output directory. |
title |
app title. |
author |
author name. |
url |
author url. |
license |
license type. |
mode |
Shiny display mode. |
tags |
optional tags. May be a vector. See details. |
This file is used with Shiny app showcase mode.
Most arguments to use_app_description
have defaults you must override, either when calling this function directly,
or making edits to the output after calling use_app
.
title
and tags
do not have defaults. If missing, they should be updated directly in the generated DESCRIPTION file.
Tags passed in the form tags = c("tag", "another tag")
will result in tag, another-tag
.
1 | ## Not run: use_app_description()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.