powered by
existsTemp(x, mode = "any")
TRUE
FALSE
TempEnv
assignTemp
changeTemp
getTemp
rmTemp
addTemp
assignTemp("test", 1:10) ## Check if this variable exists existsTemp("test") ## Remove it rmTemp("test") ## Does it still exist? existsTemp("test")
Run the code above in your browser using DataLab