Learn R Programming

splashr (version 0.6.0)

splash_active: Test if a Splash server is up

Description

Test if a Splash server is up

Usage

splash_active(splash_obj = splash_local)

Arguments

splash_obj

A splash connection object

Value

TRUE if Slash server is running, otherwise FALSE

See Also

Other splash_info_functions: splash_debug, splash_history, splash_perf_stats, splash_version

Examples

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

Run the code above in your browser using DataLab