Closed juliasilge closed 1 year ago
Closes #805
After this PR, the args for pin_write() are now consistent with pin_upload(). There were no changes needed for pin_read() / pin_download().
pin_write()
pin_upload()
pin_read()
pin_download()
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Closes #805
After this PR, the args for
pin_write()
are now consistent withpin_upload()
. There were no changes needed forpin_read()
/pin_download()
.