add_openTab: 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
add_openTab(to_tab, modify_vector, from_tab)

Arguments

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.

Value

A character vector of customer page links.

Examples

1
add_openTab("customer", c("Customer A", "Customer B"), "search")

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