Skip to contents

Serializes a theme bundle for distribution or storage.

Usage

save_theme_bundle(bundle, file)

Arguments

bundle

Theme bundle object

file

Path to save to

Value

Invisibly returns the file path

Examples

if (FALSE) { # \dontrun{
bundle <- create_theme_bundle(themes, name = "MyThemes")
save_theme_bundle(bundle, "mythemes.rds")
} # }