gog: Send data to a gog server

Description Usage Arguments Examples

Description

This function takes takes a data frame and sends it to a gog server. The gog server is responsible for passing the data to a gog frontend for visualization.

Usage

1
gog(x, url = "http://localhost:4808/data")

Arguments

x

a data frame

url

the gog /data endpoint to send to

Examples

1
2
3
4
## Not run: 
gog(iris)

## End(Not run)

ajschumacher/gogr documentation built on May 10, 2019, 8:32 a.m.