chunk_inputs

chunk_inputs(chunks = find_chunks()$name, call_flag = driver.DECLARE_INPUTS)

Arguments

chunks

A character vector of chunks names

call_flag

Flag to look for in inputs

Value

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).