storage.put: Put data to storage

Description Usage Arguments Value Examples

Description

Put data to storage

Usage

1
storage.put(storage_name, x)

Arguments

storage_name

target storage to put data

x

data frame object

Value

put status

Examples

1
2
3
4
5
6
7
8
## Not run: 
host <- "http://sample.bigstream.io"
storage_name <- "sample.sensordata"
token <- "token"
bs.connect(host, token)
storage.put(storage_name,x)

## End(Not run)

igridproject/Rbigstream documentation built on May 20, 2019, 9:14 p.m.