Learn R Programming

brickster (version 0.2.6)

db_context_command_parse: Parse Command Results

Description

Parse Command Results

Usage

db_context_command_parse(x, language = c("r", "py", "scala", "sql"))

Value

command results

Arguments

x

command output from db_context_command_status or db_context_manager's cmd_run

language

See Also

Other Execution Context API: db_context_command_cancel(), db_context_command_run(), db_context_command_run_and_wait(), db_context_command_status(), db_context_create(), db_context_destroy(), db_context_status()