Execute Multi-Step 'SQL' Workflows


[Up] [Top]

Documentation for package ‘qryflow’ version 0.4.0

Help Pages

collapse_sql_lines Collapse SQL lines into single character
example_db_connect Create an example in-memory database
example_sql_path Get path to qryflow example SQL scripts
extract_all_tags Extract tagged metadata from a SQL chunk
is_tag_line Detect the presence of a properly structured tagline
ls_qryflow_types List currently registered chunk types
new_qryflow_chunk Create an instance of the 'qryflow_chunk' class
qryflow Run a multi-step SQL workflow and return query results
qryflow_execute Execute a parsed qryflow SQL workflow
qryflow_handler_exists Check existence of a given handler in the registry
qryflow_meta Extract metadata from qryflow objects
qryflow_parse Parse a SQL workflow into tagged chunks
qryflow_results Extract results from a 'qryflow_workflow' object
qryflow_run Parse and execute a tagged SQL workflow
read_sql_lines Standardizes lines read from string, character vector, or file
register_qryflow_type Register custom chunk types
subset_tags Extract tagged metadata from a SQL chunk
validate_qryflow_handler Ensure correct handler structure