Nothing
# Pull in the file 'shared/palette.R' as 'cols.R'
orderly_shared_resource(cols.R = "palette.R")
# Then source it, as usual
source("cols.R")
# And use the function 'palette()' found within
png("volcano.png")
image(volcano, col = palette())
dev.off()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.