sleuth_deploy | R Documentation |
prepare a sleuth object to be deployed in a shiny application.
sleuth_deploy(obj, base_dir, overwrite = FALSE)
obj |
a |
base_dir |
the base directory in which to save a shiny application |
overwrite |
if |
creates a directory path
and creates a valid shiny application.
saves a sleuth object using sleuth_save
creates a file app.R
loading the sleuth object and calling sleuth_live
sleuth_save
, sleuth_load
, sleuth_live