| envir | R Documentation |
environment() and environment<-() are not generics, so it is
not possible to dispatch based on the class of the object affected.
envir(object)
envir(object) <- value
object |
object whose environment is to be queried or set |
value |
typically an |
When no method is available, these generics fall back to the
environment() and environment<-() functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.