A quick way of getting the Monash logo.

logo_get(
  path = ".",
  stack = TRUE,
  color = c("blue", "black", "white"),
  type = c("png", "jpg", "ai"),
  hq = FALSE,
  overwrite = TRUE,
  filename = NULL
)

Source

https://www.monash.edu/brandbook/brand-elements/our-logo

Arguments

path

the path to save the file to

stack

TRUE for stacked logo, FALSE for one-line logo

color

blue, black or white

type

png, jpg or ai

hq

TRUE for high-quality image (larger file size)

overwrite

TRUE for overwriting (should it enquire?), FALSE for not. Not implemented yet.

filename

A new file name for the logo. Not implemented yet.