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