Get information from a cols4all palette
c4a_info(palette, no.match = c("message", "error", "null"), verbose = TRUE)list with the following items: name, series, fullname, type, palette (colors), na (color), nmax, and reverse. The latter is TRUE when there is a "-" prefix before the palette name.
name of the palette
what happens is no match is found? Options: "message": a message is thrown with suggestions, "error": an error is thrown, "null": NULL is returned
should messages be printed?