shinyFileChoose from web folder

Is there a way to download static files from a web folder with shinyFiles? I would like to offer users a selection of text files as examples, currently at https://www.otago.ac.nz/density/examples/. I have tried to provide that address in the roots argument - passed by shinyFileChoose() to fileGetter() - but that gives message "Folder does not exist". In shiny::fileInput I can select a file and download it, but that is less elegant than shinyFileChoose, if that would work.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.