use_pod: create a shinypod from a template

Description Usage Arguments Details Value

Description

This function is used to write out a template function for a shinypod, both for the functional layer, in foo_pod.R, and a presentation layer, in foo_pod_sidebar.R

Usage

1
use_pod(name, description, overwrite = FALSE)

Arguments

name

character, name to prepend to the filenames

description

character, short description to use in the function documentation

overwrite

logical, indicates if an existing file can be overwritten

Details

This assumes that you are working in a directory in an R package; the files will be written to the R directory.

Value

list of TRUE values


ijlyttle/shinypod documentation built on May 18, 2019, 3:41 a.m.