Learn R Programming

splashr (version 0.6.0)

splash: Configure parameters for connecting to a Splash server

Description

Configure parameters for connecting to a Splash server

Usage

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.

Examples

Run this code
# NOT RUN {
sp <- splash()
# }

Run the code above in your browser using DataLab