
Last chance! 50% off unlimited learning
Sale ends in
listObjects
returns a list of objects.listObjects(env = parent.frame(), objClass = NULL, debug = FALSE)
# List data frames in the workspace.
listObjects(objClass="data.frame")
# List functions in the workspace.
listObjects(objClass="function")
Run the code above in your browser using DataLab