R/dstrace.R
dstrace_chunks.RdThe algorithm is performing a depth first search where chunks are "nodes" and data objects are "verticies" connecting them.
dstrace_chunks(chunk_names, gcam_data_map, prev_trace_list = c())A list of chunks to find the precursors for.
A tibble of metadata information; normally a built-in package dataset.
The list of chunks already found.
The unique list of chunk names which are precursors for chunk_names.