lobstr icon indicating copy to clipboard operation
lobstr copied to clipboard

Understanding complex R objects with tools similar to str()

Results 15 lobstr issues
Sort by recently updated
recently updated
newest added

Would either take expression + env, or quosure. Prints parent envs at end, and printing an indexing into them with numbers/colours next to each symbol.

feature

PR to solve this [issue](https://github.com/r-lib/lobstr/issues/66) with the error message for the `lobstr::sxp()` function.

Here is a simple example, calling `lobstr::sxp()` on a numeric vector: ```r lobstr::sxp(1:5, expand = "numeric") ``` Output: ```r Error in `lobstr::sxp()`: ! `expand` must contain only values from Run...

I am seeing a `bad binding access` error now with the previous release of [reproducible] package on CRAN with devel versions of R. I have done a work around for...

```r x @110f22ba8 14 REALSXP g0c3 [REF(1)] (len=3, tl=0) 1,2,2.5 lobstr::sxp(x) #> [1:0x110f22ba8] (named:3) ```