I'm not very experienced with R, so I could use your help.
I'm attempting to import a csv file from a URL right now. Numerous examples can be discovered. Unfortunately, none of them solve the issue I have.
I wanted to import the file specifically from this website:
https://www.bfs.admin.ch/bfsstatic/dam/assets/15324797/master
I tested a few lines of this code:
temporary file ()
w mode, temp, download.file("
https://www.bfs.admin.ch/bfsstatic/dam/assets/15324797/master",
csv2 read data ("je-b-03.03.02.05.csv")
additionally this
read csv2 data
(url("
https://www.bfs.admin.ch/bfsstatic/dam/assets/15324797/master"))
But even that didn't succeed. On the other hand, the file is downloaded instantly when I paste the website into my browser.
Any support would be appreciated. Thanks