| rxp_trace | R Documentation |
Trace Lineage of Derivations
rxp_trace(
name = NULL,
dag_file = file.path("_rixpress", "dag.json"),
transitive = TRUE,
include_self = FALSE
)
name |
Character, defaults to NULL. Name of the derivation to inspect. If NULL, the function prints the whole pipeline (inverted global view). |
dag_file |
Character, defaults to "_rixpress/dag.json". Path to dag.json. |
transitive |
Logical, defaults to TRUE. If TRUE, show transitive closure and mark transitive-only nodes with "*". If FALSE, show immediate neighbours only. |
include_self |
Logical, defaults to FALSE. If TRUE, include |
Invisibly, a named list mapping each inspected derivation name to a list with elements: - dependencies - reverse_dependencies The function also prints a tree representation to the console.
Other utilities:
print.rxp_derivation(),
rxp_check_chronicles(),
rxp_copy(),
rxp_gc(),
rxp_init(),
rxp_inspect(),
rxp_list_logs(),
rxp_load(),
rxp_read()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.