| anime_target_layer | R Documentation |
Produces an attribute selector matching a data-layer attribute, a
convention used by SVG annotation pipelines that tag all data elements
belonging to one plot layer (e.g. ggplot2 layers) with their layer index.
anime_target_layer(layer_index)
layer_index |
Integer scalar. 1-based index of the layer. |
A CSS selector string of the form "[data-layer='<layer_index>']".
anime_target_layer(1L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.