| swcRightPanel | R Documentation | 
swcLeftPanel creates the right panel of the analysis view of the
JavaScript SensorWebClient.
swcRightPanel(header, ...)
| header | the header of the right panel | 
| ... | Unnamed items that comprise this list of tags. | 
a HTML div tag for the right panel
## Not run: 
swcRightPanel(
  header="Parameters",
  selectInput(
    "pollutant",
    label="Pollutant",
    choices = c("NOX", "NO2", "O3", "PM10", "SO2", "CO", "PM25"),
    selected = "NOX"
  ),
  swcTimeBeginInput("begin"),
  swcTimeEndInput("end"),
  swcTimeseriesInput("series"),
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.