cloneApp: Clone an existing 'SpaDES.shiny' app to a new directory

Description Usage Arguments Details Value Author(s)

View source: R/config.R

Description

Setup the necessary directory structure for a new app, if not already present. Useful for copying an existing app for development or deployment purposes.

Usage

1
cloneApp(from, to, symlinks = FALSE)

Arguments

from

Directory of the app from which to copy/clone.

to

New app directory to be created.

symlinks

Logical indicating whether symlinks should be used for large directories, including ‘app_data/’, ‘modules/’, and ‘packrat/’. Using symlinks speeds up app cloning.

Details

This does not copy the app ‘cache/’ nor ‘output/’ directories.

Value

None. Invoked for the side-effect of copying an existing app.

Author(s)

Alex Chubaty


PredictiveEcology/SpaDES.shiny documentation built on Nov. 11, 2019, 7:12 p.m.