fn langsxp_to_text(s: Sexp) -> Option<String>Expand description
Decompile a pairlist-style LANGSXP into R source text.
Example: Rf_lang3(Rf_install("::"), Rf_install("base"), Rf_install("stop"))
becomes base::stop (infix). Regular calls become abort(message = "...").