Description Usage Arguments Details Value Author(s) Examples
A tracing utility for the GCAM Data System.
1 2 3 |
object_name |
Name of object to trace (can be either a data object or a code chunk) |
direction |
Trace direction ("upstream", the default; "downstream"; or "both"), character |
graph |
Plot a directed graph of relationships? Logical |
gcam_data_map |
A tibble of metadata information; normally a built-in package dataset |
previous_tracelist |
Information about previous objects printed |
recurse |
Recurse to print information about precursor objects? Logical |
... |
Extra arguments passed on to |
What other data products feed into some particular data system object?
Conversely, to what other products does some object feed? These are the kinds
of questions that dstrace
can help answer.
A tibble with the trace information (object name and trace number), invisibly
BBL
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.