View source: R/xplot_helpers.R
filter_xp_theme | R Documentation |
Subset an 'xp_theme'
filter_xp_theme(xp_theme, regex = NULL, action = "keep")
xp_theme |
An xpose theme list. |
regex |
A string used to find matching names in the 'xp_theme' |
action |
A string used to determine the action of on the xp_theme. 'keep' will subset the 'xp_theme' to only the names matching the 'regex', while 'drop' will drop the matches. |
A modified 'xp_theme'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.