Description Usage Arguments Details Value Examples
ted_bar
Takes a table prepared by ted_sr_data_prep
or
ted_mr_data_prep
, and outputs a bar graph.
1 |
.df |
A dataframe, piped from |
.cap |
Text for a caption (optional) |
This is an NACD function: Should you experience difficulties, see Ted Sikora
A bar graph
1 2 3 | df %>%
ted_mr_data_prep(dd, Q25, .full = F) %>%
ted_bar(.cap="2020 Poll, n=")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.