column_annotation_label | R Documentation |
Get full label, useful for annotating plots
column_annotation_label(dataset, column, omit_raw_name = FALSE)
dataset |
( |
column |
( |
omit_raw_name |
( |
"Label [Column name]
" if label exists, otherwise "Column name".
data <- mtcars
column_annotation_label(data, "cyl")
attr(data[["cyl"]], "label") <- "Cylinder"
column_annotation_label(data, "cyl")
column_annotation_label(data, "cyl", omit_raw_name = TRUE)
column_annotation_label(tmc_ex_adsl, "ACTARM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.