This class represents an application with various methods and functionalities.
Super classes
epi.geosampler::Base -> epi.geosampler::AppShinyBase -> epi.geosampler::AppShinyWithAuthentification -> epi.geosampler::AppShinyWithTranslation -> epi.geosampler::AppShiny -> Application
Active bindings
data(
character(1)) A function to retrieve the application's datadlg_method(
character(1)) A function to retrieve the dialog methodkeypress(
character(1)) A function to retrieve the keypressdata(
character(1))dlg_method(
character(1))keypress(
character(1))
Initializes the objectThis function initializes the object with given arguments.
Methods
Method new()
Usage
Application$new(...)Method launch()
Arguments
openlogical indicating whether or not to open the project on launch
portOptional numeric port number for the project
optionsAn optional list of named attributes that are passed as options to the project launch
authentificationLogical indicating whether or not to use authentication
methodAn optional character string specifying a specific method for the project
identifyLogical indicating whether or not to use identify part only
