| GSShinyMonitor | R Documentation |
Geoserver REST API DataStore
Geoserver REST API DataStore
R6Class object.
Object of R6Class for setting a GS Shiny monitoring app
new()Initializes a Geoserver shiny monitoring tool
GSShinyMonitor$new(manager, file = NULL, append = FALSE, sleep = 1)
managerobject of class GSManager
filefile File where to store monitoring results
appendappend. Whether results should be appended to existing file
sleepsleep. Interval in seconds to trigger monitor calls
getMetric()Get metric
GSShinyMonitor$getMetric(name)
namename
the Geoserver monitored metric
run()Runs the application
GSShinyMonitor$run()
clone()The objects of this class are cloneable with this method.
GSShinyMonitor$clone(deep = FALSE)
deepWhether to make a deep clone.
Internal class used for GSManager$monitor method
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.