Nothing
########## R-function: isColour ##########
# Determine whether or not an object is a
# an R colour character string.
# Last changed: 09 JUL 2021
isColour <- function(x)
return(length(setdiff(x,colors()))==0)
########## End of isColour ############
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.