Is there a reasonably easy way to get data from some url? I tried the most obvious version, does not work:
readcsv(\"https://dl.dropboxusercontent.com/u/.../test
If it is directly a csv file, something like this should work:
A = readdlm(download(url),';')