Closed s-u closed 4 years ago
rcloud.download.file("myfile.csv", readLines("myx.csv"), "text/csv")
doesn't work as expected, it removes newlines from the output and thus produces just one line
I have fixed this on the R side by making sure JS only ever gets a scalar string.
rcloud.download.file("myfile.csv", readLines("myx.csv"), "text/csv")
doesn't work as expected, it removes newlines from the output and thus produces just one line