# NOT RUN {
# built-in palette
gimp16 <- read_gpl(system.file("palettes", "base16.gpl", package="swatches"))
print(gimp16)
show_palette(gimp16)
# from the internet directly
# }
# NOT RUN {
bright <- read_gpl(URL)
print(bright)
show_palette(bright)
# }
Run the code above in your browser using DataLab