Lets say I want to periodically scrape a website, calculate some statistics, and write out a csv file to download. This doesnt really require a GUI element at all, it just needs to run periodically.
Is shiny the correct tool for this sort of application? or should I look to use something else?