use_app_description: Create an app DESCRIPTION file

Description Usage Arguments Details See Also Examples

Description

Add a DESCRIPTION template to a Shiny app.

Usage

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)

Arguments

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.

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.

See Also

use_app, use_app_readme

Examples

1
## Not run: use_app_description()

leonawicz/pkgpeanuts documentation built on June 7, 2019, 2:56 a.m.