COWorRAT <- function(light)
{
if(light == "LD")
{
COW()
}
else if(light == "DD")
{
RAT()
}
else
{
noquote("error light argument")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.