swcPage: JavaScript SensorWebClient Page Definition

View source: R/swc.R

swcPageR Documentation

JavaScript SensorWebClient Page Definition

Description

swcPage creates a new page containing the JavaScript SensorWebClient.

Usage

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

## Not run: 
swcPage(
  swcLeftPanel(...),
  swcRightPanel(...)
)

## End(Not run)

52North/sensorweby documentation built on Sept. 27, 2024, 10:56 a.m.