A quick way of getting the University of Arizona logo.

logo_get(
  path = ".",
  style = c("horiz", "stack", "block"),
  color = c("rgb", "black", "blue"),
  hq = FALSE,
  overwrite = TRUE,
  filename = NULL
)

Source

https://brand.arizona.edu/applying-the-brand/logo

Arguments

path

the path to save the file to

style

horiz, stack or block

color

rgb, black or blue

hq

TRUE for eps

overwrite

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

filename

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