Skip to content

[help] Inconsistent rendering of tar_mermaid() in targets quarto markdown #1438

Answered by wlandau
dcaseykc asked this question in Help
Discussion options

You must be logged in to vote

In the "ML Record Linkage Pipeline" section, if I see:

print(tar_network(targets_only = TRUE)$vertices$type)
#> character(0)

print(tar_network(targets_only = FALSE)$vertices$type)
#>  [1] "function" "function" "function" "function" "function" "function"
#>  [7] "function" "object"   "function" "function" "object"   "function"
#> [13] "object"   "function" "function" "function" "function" "function"
#> [19] "function" "function" "function" "function" "function" "function"
#> [25] "function" "function" "function" "function" "function"

The pipeline has no targets in it, only imported objects and functions. So it makes sense that the first graph is empty.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dcaseykc
Comment options

Answer selected by dcaseykc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants