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)
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 |
None. Invoked for the side-effect of copying an existing app.
This does not copy the app cache/
nor output/
directories.