Why I get this error writing data to a file
I know @dickoa answered the question in the comments, but in order to provide at least one answer here, I wanted to go through a few simple gotchas with R on Windows. When you are using Windows, you still have to use forward slashes for paths. In R, backslashes are reserved for escaping values. So … Read more