Test if a Splash server is up

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

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