R/Revalprstr.R

Defines functions Revalprstr

Documented in Revalprstr

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

Revalprstr <- function( Rstring, print.string=TRUE)
{
    Rstring1 <- paste0( "print( str(", 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.