base_mode | R Documentation |
Mimic Base R break
base_mode(
p,
i = 1,
smart_label = T,
x_lab_fun = function(x) { x },
y_lab_fun = function(x) { x },
n_wrap = 10,
flip = F,
...
)
p |
string with which to prefix names of |
i |
Regular expression to filter the list of ggplot functions to make pipe-enabled. The default regex will capture all |
smart_label |
Regular expression to filter the list of ggplot functions to make pipe-enabled. The default regex will capture all stats and geoms and some other misc stuff. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.