Description Usage Arguments Value Examples
View source: R/utility_functions.R
Add html elements to a character vector to convert it into clickable links.
1 | add_openTab(to_tab, modify_vector, from_tab)
|
to_tab |
A character value specifying the page name to jump to. |
modify_vector |
A character vector of customer names to create links. |
from_tab |
A character value specifying the current page. |
A character vector of customer page links.
1 | add_openTab("customer", c("Customer A", "Customer B"), "search")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.