powered by
Describe the contents of an environment
# S3 method for environment btw_this(x, ..., items = NULL)
A string describing the environment contents with #> prefixing each object's printed representation.
#>
An environment.
Additional arguments are silently ignored.
Optional. A character vector of objects in the environment to describe.
btw_tool_env_describe_environment()
Other btw formatting methods: btw_this(), btw_this.character(), btw_this.data.frame()
btw_this()
btw_this.character()
btw_this.data.frame()
env <- new.env() env$cyl_6 <- mtcars[mtcars$cyl == 6, ] env$gear_5 <- mtcars[mtcars$gear == 5, ] btw_this(env)
Run the code above in your browser using DataLab