Description Usage Arguments Value Examples
Detects which make_* function is passed and builds a generic name based on its parameters.
1 | make_title(fun, params)
|
fun |
chronicle make_* function |
params |
parameters for fun |
A generic title for the plot
1 2 3 4 5 6 7 8 | make_title(fun = chronicle::make_barplot,
params = list(value = 'Amount',
bars = 'Country',
break_bars_by = 'Region'))
make_title(fun = chronicle::make_raincloud,
params = list(value = 'value',
groups = 'species'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.