List all chunk outputs.

chunk_outputs(chunks = find_chunks()$name, call_flag = driver.DECLARE_OUTPUTS)

Arguments

chunks

A character vector of chunks names

call_flag

Flag to look for in outputs

Value

A tibble with columns 'name' (chunk name), 'output' (name of data), and 'to_xml' (whether or not this is an XML structure).