Generate robust selector for any element type
Source:R/base_r_selector_utils.R
generate_robust_selector.RdCreates a robust CSS selector that works regardless of panel structure. This is the main function that layer processors should use.
Usage
generate_robust_selector(
grob,
element_type,
svg_element,
plot_index = NULL,
max_elements = NULL
)