View source: R/HerramientasAutonomas.R
existe | R Documentation |
Comprueba si un objeto existe en memoria
existe(objeto)
objeto |
El nombre del objeto |
TRUE si existe, FALSE si no.
Jose Alejandro Morán Pérez
temporal3x3mpl0 <- "un objeto"
existe(temporal3x3mpl0) #-> TRUE
existe("temporal3x3mpl0") #-> TRUE
rm(list = "temporal3x3mpl0")
existe("temporal3x3mpl0") #-> FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.