| geckoCustomWidgetUpdate | R Documentation |
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.
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