ms_print_y2: Print an ms_chart object for your viewing pleasure

View source: R/ms_print_y2.R

ms_print_y2R Documentation

Print an ms_chart object for your viewing pleasure

Description

Provide a chart object created using the y2artisan suite of ms_charts function to see a preview of the chart.

Usage

ms_print_y2(chart_name = chart)

Arguments

chart_name

DEFAULT = chart; A chart object made using y2artisan or ms_charts

Examples


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()

nick-moffitt/y2artisan documentation built on July 30, 2023, 5:40 p.m.