stream: Stream metrics back to Bandit.

Description Usage Arguments Value Examples

Description

Stream metrics back to Bandit.

Usage

1
stream(tag, value)

Arguments

tag

Identifier for the metric.

value

A number.

Value

Response from the Bandit API.

Examples

1
2
3
4
5
6
7
8
## Not run: 
stream('x', 1)
stream('x', 2)
stream('x', 3)
stream('alpha', 100)
stream('zalpha', 20.5)

## End(Not run)

yhat/banditr documentation built on May 4, 2019, 2:33 p.m.