mccormackandrew / mapcan

Convenient tools for plotting a variety of Canadian maps
Other
7 stars 2 forks source link

Accessing geographic data outside of package #10

Open mccormackandrew opened 5 years ago

mccormackandrew commented 5 years ago

Find a way for the package to access data outside of the package itself. This may be useful because, as the package expands, it will most likely surpass the 5mb limit. Should find somewhere the data can be stored and provide some way for the package to access these data.

evensolberg commented 5 years ago

Store the data in a CSV in Github? read.csv can access data via a URL ...

Ref: https://education.arcus.chop.edu/sparklines-ggplot2/