provide an example of a simple shiny app that continously monitors the most recent file in a folder (maybe most_recent = TRUE as a parameter for orbi_find_raw() or a sort_by_last_modified = TRUE option and then use tail/head) and plots the spectrum as well as the resulting ratios in quasi real time (e.g. with a 1s check interval, customizable)
prereq: have #92 working
provide an example of a simple shiny app that continously monitors the most recent file in a folder (maybe
most_recent = TRUEas a parameter fororbi_find_raw()or asort_by_last_modified = TRUEoption and then use tail/head) and plots the spectrum as well as the resulting ratios in quasi real time (e.g. with a 1s check interval, customizable)prereq: have #92 working