implicit function param conversions leaks memory · Issue #549 · extendr/extendr
extendr functions/method allow conveniently to set types in function param, to skip explicitly converting any Robj into something else. E.g. below x: Strings implicit call something like robj.as_st...