futureverse / marshal

[PROTOTYPE] R package: marshal - Framework to Marshal Objects to be Used in Another R Processes
https://marshal.futureverse.org/
Other
15 stars 1 forks source link

DESIGN: Should marshal(x) be able to return `x` as-is? #7

Closed HenrikBengtsson closed 10 months ago

HenrikBengtsson commented 10 months ago

It should return a marshalled object. Now implemented a marshal.default() method.