Retrieve debug-level info for a Splash server

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

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