as_brand_yml("
meta:
name: Example Brand
color:
primary: '#FF5733'
secondary: '#33FF57'
")
as_brand_yml(list(
meta = list(name = "Example Brand"),
color = list(primary = "#FF5733", secondary = "#33FF57")
))
Run the code above in your browser using DataLab