This function is meant for generating or updating the logo. After running
this procedure we end up with what is stored in the LOGO
constant.
Usage
make_logo(
template = "./inst/assets/logo/parabar-logo.txt",
version = c(1, 0, 0)
)
Examples
if (FALSE) { # \dontrun{
# Generate the logo.
logo <- make_logo()
# Print the logo.
cat(logo)
} # }