R/aplist.R

aplist <-
function(list, name, val, env=parent.frame()){
    c(list, eval(parse(text=paste("list(", name,  "=", deparse(substitute(val)), ")", sep="")), env))
}

Try the CMRCT package in your browser

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

CMRCT documentation built on May 2, 2019, 6:44 p.m.