make_link | R Documentation |
ID
columnIf used in a datatable, set escape = FALSE
make_link(ID, link_text, type = NULL, chr = TRUE)
ID |
|
link_text |
|
type |
|
chr |
|
(character/shiny.tag)
If chr = TRUE
a character vector, if chr = FALSE
a shiny.tag
.
data.frame(a = letters, b = seq_along(letters)) |>
dplyr::mutate(a = make_link(ID = b, link_text = a, type = "profile"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.