geckoPushData: Push data to the Geckoboard PUSH API

View source: R/geckoPushData.R

geckoPushDataR Documentation

Push data to the Geckoboard PUSH API

Description

Usually used by geckoCustomWidgetUpdate. Updates data by Push methodology.

Usage

geckoPushData(data, apiKey, widgetKey, verbose=FALSE)

Arguments

data

The payload to be sent as a list. Will be converted to JSON by the function.

apiKey

API key.

widgetKey

Widget Key, see https://developer-custom.geckoboard.com/#pushing-to-your-widget.

verbose

If TRUE, API repsonse if printed.

Value

Returns the response of the request. Invisible.

Author(s)

Meinhard Ploner


ploner/RGeckoboard documentation built on Oct. 22, 2023, 9:27 p.m.