View source: R/add_ggplot_theme_type.R
add_ggplot_theme_type | R Documentation |
Add the type of the ggplot2 elements (i.e. "rect", "line" or "text")
add_ggplot_theme_type(.data)
.data |
Tibble. An object returned by |
The same tibble with an extra column with the ggplot2 type (i.e. "rect", "line" or "text").
data(toy_raw_file_content) data_design <- toy_raw_file_content %>% raw_to_design_tibble() data_design %>% add_ggplot_theme_type()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.