Nothing
"lgama" <-
function(x) {
if (missing(x)) messagena("x")
gl <- single(1)
f.res <- .Fortran("lgamaz",
x=to.single(x),
gl=to.single(gl))
list(gl=f.res$gl)
}
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.