plot.dataquieR_summary: Plot a 'dataquieR' summary

View source: R/plot.dataquieR_summary.R

plot.dataquieR_summaryR Documentation

Plot a dataquieR summary

Description

Plot a dataquieR summary

Usage

## S3 method for class 'dataquieR_summary'
plot(
  x,
  y,
  ...,
  filter,
  dont_plot = FALSE,
  stratify_by,
  vars_to_include = "study",
  disable_plotly = FALSE
)

Arguments

x

the dataquieR summary, see summary() and dq_report2()

y

not yet used

...

not yet used

filter

if given, this filters the summary, e.g., filter = call_names == "com_qualified_item_missingness"

dont_plot

suppress the actual plotting, just return a printable object derived from x

stratify_by

column to stratify the summary, may be one string.

vars_to_include

"study", "ssi" or c("study", "ssi"). variables to include

disable_plotly

logical do not use plotly, even if installed

Value

invisible html object


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