List all chunk outputs.
chunk_outputs(chunks = find_chunks()$name, call_flag = driver.DECLARE_OUTPUTS)
A character vector of chunks names
Flag to look for in outputs
A tibble with columns 'name' (chunk name), 'output' (name of data), and 'to_xml' (whether or not this is an XML structure).