Installing a package that uses git-lfs to store large files

Another option might beto put the data on a data repository that has an R package to address it's API. There are several options (zenodo, figshare, dataverse, etc), but the one I often use for this kind of thing is https://github.com/CenterForOpenScience/osfr. Then the end user can do something like osfr::download_file('zevw2', 'test123.md')

3 Likes