Given a path or URL to an palette file, this function will attempt to determine which palette file format to read by the file type and return a named character vector (if color names are present) of hex RGB colors.
read_palette(path, use_names = TRUE, .verbose = FALSE)
partial or full file path or URL to a GPL file
add color names to the vector (defaults to TRUE
). See NOTE
show extra information about GPL file processing