R/Revalpr.R

Defines functions Revalpr

Documented in Revalpr

## File Name: Revalpr.R
## File Version: 1.04

Revalpr <- function( Rstring, print.string=TRUE)
{
    Rstring1 <- paste0( "print(", Rstring, ")" )
    Reval( Rstring=Rstring1, print.string=print.string, n.eval.parent=2)
}

Try the miceadds package in your browser

Any scripts or data that you put into this service are public.

miceadds documentation built on May 29, 2024, 11:05 a.m.