prep_render_pie_chart_from_summaryclasses_ggplot2: Create a 'ggplot2' pie chart

View source: R/prep_render_pie_chart_from_summaryclasses_ggplot2.R

prep_render_pie_chart_from_summaryclasses_ggplot2R Documentation

Create a ggplot2 pie chart

Description

needs htmltools

Usage

prep_render_pie_chart_from_summaryclasses_ggplot2(
  data,
  meta_data = "item_level"
)

Arguments

data

data as returned by prep_summary_to_classes but summarized by one column (currently, we support indicator_metric, STUDY_SEGMENT, and VAR_NAMES)

meta_data

meta_data

Value

a htmltools compatible object or NULL, if package is missing

See Also

Other summary_functions: prep_combine_report_summaries(), prep_extract_classes_by_functions(), prep_extract_summary(), prep_extract_summary.dataquieR_result(), prep_extract_summary.dataquieR_resultset2(), prep_render_pie_chart_from_summaryclasses_plotly(), prep_summary_to_classes()


dataquieR documentation built on Jan. 8, 2026, 5:08 p.m.