splash: Configure parameters for connecting to a Splash server

Description Usage Arguments Format Note Examples

View source: R/splashr.r

Description

Configure parameters for connecting to a Splash server

Usage

1
2
3
splash(host, port = 8050L, user = NULL, pass = NULL)

splash_local

Arguments

host

host or IP address

port

port the server is running on (default is 8050)

user, pass

leave NULL if basic auth is not configured. Otherwise, fill in what you need for basic authentication.

Format

An object of class splashr (inherits from list) of length 4.

Note

There is a quick "helper" object named splash_local which is preconfigured with localhost as the host name.

Examples

1
2
3
4
## Not run: 
sp <- splash()

## End(Not run)

hrbrmstr/splashr documentation built on Feb. 23, 2020, 2:13 p.m.