Description Usage Arguments Value Author(s)
View source: R/geckoCustomWidgetUpdate.R
Update the data of a Custom Widget by Push methodology. If not existing, create a new one. If x axis values are of class Date
, x axis format is auto-adjusted therefore.
1 2 | geckoCustomWidgetUpdate(widgetType="barchart", data, apiKey, widgetKey,
verbose=FALSE)
|
widgetType |
Chart Type, see https://developer-custom.geckoboard.com/#custom-widget-types. |
data |
For "barchart" a list with the following elements (mostly optional):
For "geckometer" a list with the following elements:
|
apiKey |
API key. |
widgetKey |
Widget Key, see https://developer-custom.geckoboard.com/#pushing-to-your-widget. |
verbose |
If |
Nothing is returned.
Meinhard Ploner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.