View source: R/style_helpers.R
concat | R Documentation |
This function creates a concatenation expression that combines multiple values or expressions into a single string. Useful for creating dynamic tooltips or labels.
concat(...)
... |
Values or expressions to concatenate. Can be strings, numbers, or other expressions like |
A list representing the concatenation expression.
# Create a dynamic tooltip
concat("<strong>Name:</strong> ", get_column("name"), "<br>Value: ", get_column("value"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.