Closed jsaang closed 2 years ago
Hi @jsaang,
I believe this has to do with your system settings, rather than {downloadthis}
. Can you try to open another random csv file to make sure the problem still persists?
@fmmattioni Same issue here, on OS X Monterey. This behavior occurs with mtcars and other data sets. However, csv looks as expected if you export to csv with readr
@fmmattioni When I just open another csv file, It is okay. But CSV file downloaded by {downloadthis} have comma issue. :(
@aniruhil @jsaang I see.. you can then set the argument csv2 = FALSE
and it should work
Hello, I am really enjoying your fantastic pkg. And I find something weird. When I download CSV, decimal points are converted to comma.
How can I fix it? Thank You! :)