View source: R/params-helpers.R
| resolve_taxonomy_source_priority | R Documentation |
Unifies the no_taxonomy_file_priority flag (CLI) and the explicit
taxonomy_source_priority value (CLI / Shiny) into a single canonical
"embedded" / "table" string. Replaces the inline if
previously duplicated in cli.R and plot_timetree().
resolve_taxonomy_source_priority(
no_taxonomy_file_priority = FALSE,
taxonomy_source_priority = "table"
)
no_taxonomy_file_priority |
Logical. When |
taxonomy_source_priority |
Character "embedded" or "table". Ignored when
|
Character: "embedded" or "table".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.