
Last chance! 50% off unlimited learning
Sale ends in
grab
extracts the contents of objects in an environment based on their
object names as a character vector. The object contents are stored to a list
where the names are the object names.grab
extracts the contents of objects in an environment based on their
object names as a character vector. The object contents are stored to a list
where the names are the object names.
grab(x, envir = sys.frame())
list of objects with names x
.
character vector providing the exact names of objects in the environment
envir
.
environment to pull the objects from. Default is the global environment.
grab(x = c("attitude","mtcars","airquality"))
grab(x = c("mean.default","mean.Date","mean.difftime"))
Run the code above in your browser using DataLab