Nothing
## File Name: Revalpr_round.R
## File Version: 0.05
Revalpr_round <- function( Rstring, digits=5, print.string=TRUE)
{
Rstring1 <- paste0( "print( round(", Rstring, ",", digits, ") )" )
Reval( Rstring=Rstring1, print.string=print.string, n.eval.parent=2)
}
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.