Closed superchordate closed 4 years ago
Sure, if you want give it a shot, I'd take a pull request :)
I imagine a pure R implementation will be fine. During reading, you'd want to check that the top level object is a named list (or possibly use a pairlist, since it's a less common object).
Closing, will be incorporated in next update. Thanks!
It'd be awesome if there were qs versions of the save and load operations from base, where you can give a file argument and a bunch of objects (also as args) and it'll save them in a list with qs, and then you can read them into the workspace again with a load function.
Should be relatively easy to do - I might make an attempt.