Extract precursor and other metadata from chunk output data and convert to tibble form.

tibbelize_outputs(chunk_data, chunk_name)

Arguments

chunk_data

List of chunk outputs, a data list (see is_data_list)

chunk_name

Name of current chunk, character

Value

A tibble with chunk name, output name, title, units, flags, precursors, and comments. This table has one row per output name; multiple flags, precursors, etc., are concatenated into single entries.