| .prep_annotations | R Documentation |
Consolidates the new structured annotation list format with backward-compatible
deprecation support for old flat arguments. Handles TRUE/FALSE
shortcuts, .default inheritance (with recursive params merge),
alias resolution, and shortcut expansion.
.prep_annotations(
which = c("row", "column"),
annotation = NULL,
annotation_side = NULL,
annotation_palette = NULL,
annotation_palcolor = NULL,
annotation_type = NULL,
annotation_params = NULL,
annotation_agg = NULL,
row_key = NULL,
rsplit_key = NULL,
col_key = NULL,
csplit_key = NULL,
data = NULL
)
which |
|
annotation |
The new structured annotation list. |
annotation_side |
Deprecated. Old side argument. |
annotation_palette |
Deprecated. Old palette argument. |
annotation_palcolor |
Deprecated. Old palcolor argument. |
annotation_type |
Deprecated. Old type argument. |
annotation_params |
Deprecated. Old params argument. |
annotation_agg |
Deprecated. Old agg argument. |
row_key |
The actual column name for |
rsplit_key |
The actual column name for |
col_key |
The actual column name for |
csplit_key |
The actual column name for |
data |
The data frame used for column validation. |
A list with components annotation, annotation_type,
annotation_side, annotation_palette, annotation_palcolor,
annotation_agg, annotation_params, and enabled.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.