marinebon / infographiqR

R functions for creation of interactive intelligent infographics, ie infographiq
https://marinebon.github.io/infographiqR
MIT License
11 stars 2 forks source link

cleverly handle csv files from github #44

Open 7yl4r opened 6 years ago

7yl4r commented 6 years ago

eg if user is trying to use something like https://github.com/mhepner90/LUMCON_ODOTCOMM18/blob/master/prep/data/snapper_nmfs.csv, we should auto-correct to https://raw.githubusercontent.com/mhepner90/LUMCON_ODOTCOMM18/master/prep/data/snapper_nmfs.csv

difference is just removing /blob and replacing github.com with raw.githubusercontent.com