Open
Description
I tried using evalRString()
in the hopes that it would return the results as a string. However, it expects a string and will error if a string is not returned from the function.
It would be really nice if this expectation was documented in the API reference
https://docs.r-wasm.org/webr/latest/api/js/classes/WebR.WebR.html#evalrstring
Lines 416 to 418 in c07d899