chunk_inputs
chunk_inputs(chunks = find_chunks()$name, call_flag = driver.DECLARE_INPUTS)
A character vector of chunks names
Flag to look for in inputs
A tibble with columns 'name' (chunk name), 'input' (name of data), 'file_file' (whether object is read from a file), and 'optional' (whether the object is optional or not).