Delete all old raw/clean datasets except the latest
1 2 3  | DeleteOldDatasets(raw = list.files(fd::path("data_raw"),
  "^partially_formatted_"), clean = list.files(fd::path("data_clean"),
  "done_"))
 | 
raw | 
 Folder containing raw data  | 
clean | 
 Folder containing clean data  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.