metajam
metajam copied to clipboard
Improve file path management when data already downloaded
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