View source: R/validation_helpers.R
| get_available_metrics | R Documentation |
Get available metrics with descriptions
get_available_metrics(pattern = NULL)
pattern |
Optional regex pattern to filter metrics |
Named character vector of metrics and descriptions
# Get all metrics
get_available_metrics()
# Get only view-related metrics
get_available_metrics("view")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.