label_layout | R Documentation |
Generate labels options
label_layout(
data = NA,
size,
border_width = NA,
border_color = "black",
background = NA,
units = "cm"
)
data |
data frame to build the labels |
size |
label size (numeric: c(10, 2.5)) |
border_width |
border width (numeric: 0.5) |
border_color |
border color (string: "transparent") |
background |
background color (string: "transparent") |
units |
units for the label options (string: "cm") |
data frame
label <- label_layout(size = c(10, 2.5)
, border_color = "red"
, border_width = 1
) %>%
label_print()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.