I’m trying to recreate an existing C# process in R. I’ve got it mostly done but I’m getting hung up on one step: the current process saves the output in text files using ASCII unit and record separators, for example:
I know how to write out data frames, but the ASCII separators are a new twist for me. Is there a way to do this using write_lines
or a similar function? Thanks!