It would be useful to view/pretty-print the SEXP structure returned by [r|expr|] using hexp. In particular, the R parse tree could be viewed using [r|parse(expr)|].
If I set x <- [r|some-r-expr|], how would I use inspect to view the SEXP structure n the R side corresponding to x? If I understand correctly, hexp can only provide a partial (single-unroll) view.
It would be useful to view/pretty-print the SEXP structure returned by [r|expr|] using hexp. In particular, the R parse tree could be viewed using [r|parse(expr)|].