filter_xp_theme: Subset an 'xp_theme'

View source: R/xplot_helpers.R

filter_xp_themeR Documentation

Subset an 'xp_theme'

Description

Subset an 'xp_theme'

Usage

filter_xp_theme(xp_theme, regex = NULL, action = "keep")

Arguments

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.

Value

A modified 'xp_theme'


xpose documentation built on July 9, 2023, 6:12 p.m.