Displays the contents of the calling environment

show_environment()

Value

Something

Examples

seeker <- 1 lover <- "keeper" show_environment()
#> # A tibble: 2 x 3 #> variable class size #> <chr> <chr> <chr> #> 1 lover character length: 1 #> 2 seeker numeric length: 1