Nothing
## File Name: Reval.R
## File Version: 1.09
# evaluates an R function
Reval <- function( Rstring, print.string=TRUE, n.eval.parent=1)
{
if (print.string){
cat( paste( "R>", Rstring ), "\n" )
}
eval.parent( parse( text=paste( Rstring )), n=n.eval.parent )
}
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.