add_openTabForRACAnalytics: Convert a vector of customer names into a vector of customer...

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Add html elements to a character vector to convert it into clickable links.

Usage

1
2
3
4
5
6
7
8
add_openTabForRACAnalytics(
  to_tab,
  from_tab,
  jsfunction,
  modify_vector,
  customer_name,
  linkColor
)

Arguments

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.

Value

A character vector of customer page links.

Examples

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"))

deepjyot1991/zimplify documentation built on Dec. 19, 2021, 10:09 p.m.