getFunctions <- function (pos)
{
## Get a list of all R functions in a certain position
return(as.character(lsf.str(pos = pos, all.names = TRUE)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.