Hi @chaz. Please ask for help with our open-source tools on GitHub rather than here. You can browse existing discussions and open a discussion for Observable Framework here:
For this question in particular, please note that data loaders need to write (a single file) to standard out (stdout); they shouldn’t write to a file path directly. You can find an example of an R data loader here:
I don’t know R well enough to say how to do that with write_dataset, but at least on macOS and Linux systems, you might be able to write to /dev/stdout. Good luck!