find_default_app: Find default shiny app

Description Usage Details

View source: R/shiny.R

Description

Wama uses the first non-empty return of the below as your default shiny app:

Usage

1

Details

  1. The Config/wama/defaultShinyApp field of the DESCRIPTION in the working directory.

    To set this for your package, add this to your DESCRIPTION:

    Config/wama/defaultShinyApp: myApp()
    
  2. The wama.default.shiny.app option.

    This is best used interactively (options(wama.default.app = myApp())) or set in your .Rprofile.


maxheld83/wama documentation built on Dec. 21, 2021, 3:52 p.m.