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 2 3 4 5 6 7 8 | add_openTabForRACAnalytics(
to_tab,
from_tab,
jsfunction,
modify_vector,
customer_name,
linkColor
)
|
to_tab |
A character value specifying the page name to jump to. |
from_tab |
A character value specifying the current page. |
jsfunction |
A character value specifying javascript function. |
modify_vector |
A character vector of customer names to create links. |
customer_name |
A character vector specifying customer name. |
linkColor |
A character vector specifying color. |
A character vector of customer page links.
1 2 | add_openTabForRACAnalytics("engagement_tab", "rac_analytics_customers_list_tab",
"openTabForRACAnalytics", c("Link A", "Link B"), c("Customer A", "Customer B"), c("green", "red"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.