ropensci / osfr

R interface to the Open Science Framework (OSF)
https://docs.ropensci.org/osfr
Other
143 stars 28 forks source link

osf_upload docs typo #116

Closed norlab closed 4 years ago

norlab commented 4 years ago

I believe (based on my use of the osf_upload function) that there is a typo in the docs. Line 76 of gives the example code: osf_upload("iris.csv", overwrite = TRUE) %>%

but I believe it should be: osf_upload("iris.csv", conflicts = "overwrite") %>%

Thank you for this package it has been extremely helpful for automating processes in my lab!

aaronwolen commented 4 years ago

You're totally right. Thanks for reporting!

aaronwolen commented 4 years ago

Fixed in v0.2.7. Thanks!