| make_linked_df | R Documentation |
Make UniqueID or EnrollmentID into a Clarity hyperlink
make_linked_df(
.data,
link_text,
unlink = FALSE,
new_ID,
type = NULL,
chr = TRUE
)
.data |
|
link_text |
|
unlink |
|
new_ID |
|
type |
|
chr |
|
(data.frame) With UniqueID or EnrollmentID as a link
data.frame(a = letters, b = seq_along(letters)) |> dplyr::mutate(a = make_link(a, b)) |> make_linked_df(a, unlink = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.