ropensci / piggyback

:package: for using large(r) data files on GitHub
https://docs.ropensci.org/piggyback
GNU General Public License v3.0
182 stars 26 forks source link

pb_download overwrite inconsistent with pb_upload overwrite arg #119

Open tanho63 opened 8 months ago

tanho63 commented 8 months ago

It looks like at some point overwrite and use_timestamps args in pb_upload were consolidated into the overwrite argument accepting a choice of use_timestamps, TRUE, or FALSE. We should unify this behaviour in pb_download as well.