R/streval.R

Defines functions streval

Documented in streval

streval <- function(toeval){
	eval.parent(parse(text=toeval))
}
colinsheppard/colinmisc documentation built on July 10, 2020, 5:59 p.m.