metajam icon indicating copy to clipboard operation
metajam copied to clipboard

Improve file path management when data already downloaded

Open brunj7 opened this issue 3 years ago • 4 comments

Originally, we decided to stop the execution of the download function when the data set had already been downloaded. However, this design is not convenient when using R markdown, especially when you want to knit a document.

Fix: In addition to the warning message, we should also return the path to the existing data. This should allow the code to run even when the dataset has already been downloaded

brunj7 avatar Jan 06 '22 21:01 brunj7