powered by
tryGet(symbol, def = NULL, ..., envir = parent.frame())
exists
get
envir
def
x <- list(a=c(x=1,y=2),b=c(x=2,p=3)) list.map(x, tryGet(y,0))
Run the code above in your browser using DataLab