# For this example: copy a brand.yml to a temporary directory
tmp_dir <- tempfile()
dir.create(tmp_dir)
file.copy(
system.file("examples/brand-posit.yml", package = "brand.yml"),
file.path(tmp_dir, "_brand.yml")
)
brand <- read_brand_yml(tmp_dir)
Run the code above in your browser using DataLab