powered by
Sym()
Lists all Sym() objects in the global environment (.GlobalEnv)
.GlobalEnv
getSyms(all.names = FALSE)
a logical value. If TRUE, all object names are returned. If FALSE, names which begin with a . are omitted.
TRUE
FALSE
.
getSyms() xs <- Sym("x") getSyms()
Run the code above in your browser using DataLab