ms_print_y2 | R Documentation |
Provide a chart object created using the y2artisan suite of ms_charts function to see a preview of the chart.
ms_print_y2(chart_name = chart)
chart_name |
DEFAULT = chart; A chart object made using y2artisan or ms_charts |
frequencies <- mtcars %>%
y2clerk::freqs(carb) %>%
orderlabel::order_label(inherent_order_label = TRUE)
color_settings <- list('blue')
text_settings<- list('result' = officer::fp_text(font.size = 20))
chart <- ms_single_y2()
ms_print_y2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.