SpaDES.shiny app to a new directory — cloneApp" />

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

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.

Value

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

Details

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