swcPage | R Documentation |
swcPage
creates a new page containing the JavaScript
SensorWebClient.
swcPage(..., title = NULL, author = NULL, description = NULL,
debug = FALSE, version = "1.0.0-SNAPSHOT", caption = c(de = "Analyse",
en = "Analysis"))
... |
Unnamed items that comprise this list of tags. |
title |
the title of the page |
author |
the HTML |
description |
the HTML |
debug |
indicates if the client should be run in debug mode |
a HTML html
tag containing the client
## Not run:
swcPage(
swcLeftPanel(...),
swcRightPanel(...)
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.