swcPage: JavaScript SensorWebClient Page Definition

Description Usage Arguments Value Examples

View source: R/swc.R

Description

swcPage creates a new page containing the JavaScript SensorWebClient.

Usage

1
2
3
swcPage(..., title = NULL, author = NULL, description = NULL,
  debug = FALSE, version = "1.0.0-SNAPSHOT", caption = c(de = "Analyse",
  en = "Analysis"))

Arguments

...

Unnamed items that comprise this list of tags.

title

the title of the page

author

the HTML meta tag author

description

the HTML meta tag description

debug

indicates if the client should be run in debug mode

Value

a HTML html tag containing the client

Examples

1
2
3
4
5
6
7
## Not run: 
swcPage(
  swcLeftPanel(...),
  swcRightPanel(...)
)

## End(Not run)

52North/sensorweby documentation built on May 5, 2019, 10:45 a.m.