# Standard auto-generated title
standard_title <- create_title_format()
# Prefix title
prefix_title <- create_title_format(
type = "prefix",
text = "Impact on",
sep = " "
)
# Dynamic title using column values
dynamic_title <- create_title_format(
type = "dynamic",
text = "Impact on {Variable} in {Region}"
)
Run the code above in your browser using DataLab