powered by
qryflow_chunk
Create an instance of the qryflow_chunk class
new_qryflow_chunk( type = character(), name = character(), sql = character(), tags = NULL, results = NULL )
An list-like object of class qryflow_chunk
Character indicating the type of chunk (e.g., "query", "exec")
Name of the chunk
SQL statement associated with chunk
Optional, additional tags included in chunk
Optional, filled in after chunk execution
Exported for users intending to extend qryflow. Subsequent processes rely on the structure of a qryflow_chunk.
chunk <- new_qryflow_chunk("query", "df_name", "SELECT * FROM mtcars;")
Run the code above in your browser using DataLab