Nothing
`getjul` <-
function(year, month, day)
{
jstart = tojul(year, 1, 1);
jul = tojul(year, month, day)-jstart+1;
return(jul)
}
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.