Learn R Programming

splashr (version 0.6.0)

splash_debug: Retrieve debug-level info for a Splash server

Description

Retrieve debug-level info for a Splash server

Usage

splash_debug(splash_obj = splash_local)

# S3 method for splash_debug print(x, ...)

Arguments

splash_obj

A splash connection object

See Also

Other splash_info_functions: splash_active, splash_history, splash_perf_stats, splash_version

Examples

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

Run the code above in your browser using DataLab