phuse-org / valtools

Validation framework for R packages used in clinical research and drug development.
https://phuse-org.github.io/valtools/
Other
51 stars 10 forks source link

open as opposed to overwrite #183

Closed thebioengineer closed 2 years ago

thebioengineer commented 2 years ago

create_item will automatically overwrite a file - we should add a check for it to see if a file exists before calling file.create. If the file exists, just return the path (what the function does already) and do not call file.create.

thebioengineer commented 2 years ago

already mentioned in #156