powered by
ggplot2
makeme()
Provides a range (or single value) for N in a ggplot2-object from makeme()
n_range2(ggobj, glue_template_1 = "{n}", glue_template_2 = "[{n[1]}-{n[2]}]")
String.
A ggplot2-object.
String, for the case of a single value (1) or a range with minimum-maximum of values (2).
n_range2(makeme(data = ex_survey, dep = b_1:b_3))
Run the code above in your browser using DataLab