Benjamin Schwendinger
Results
2
issues of
Benjamin Schwendinger
Hey Stan, I added a new panel to let the user manually select his column classes out of a dropdown menu. Since I also wanted to bound these values, I...
As also mentioned [here](https://github.com/Rdatatable/data.table/issues/4659) it seems that `curl_download` has a problem with url encoding of spaces etc. ``` library(curl) url = "https://github.com/OpportunityInsights/EconomicTracker/raw/main/data/Google Mobility - County - Daily.csv" tmpfile = tempfile()...