saveAppStructure
saveAppStructure.RdWrapper for qs2::qs_save(). Saves an appStructure object as a qs-file
using qs2.
Arguments
- appStructure
(
list:NULL) appStructure object, i.e. a named list of ShinyModule objects or (named) lists containing (named) ShinyModule objects. Representing the navigation (side) bar of the shiny app.- filePath
(
character:"./appStructure.qs") Path to the qs-file, containing theappStructure, or where to write theappStructureto.- ...
Extra arguments for
qs2::qs_save()