ShinyPSA_R6_App: R6 Class representing a Shiny app.

ShinyPSA_R6_AppR Documentation

R6 Class representing a Shiny app.

Description

An instance of this class is a fully fledged shiny app.

Format

An R6::R6Class object.

Methods

Public methods


Method new()

Usage
ShinyPSA_R6_App$new()

Method ui()

Usage
ShinyPSA_R6_App$ui()

Method server()

Usage
ShinyPSA_R6_App$server(input, output, session)

Method clone()

The objects of this class are cloneable with this method.

Usage
ShinyPSA_R6_App$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


W-Mohammed/ShinyPSA documentation built on April 24, 2022, 6:57 p.m.