I have a Shiny App where a file is downloaded and further processed. Now I need a way to save the file under the current user in the download directory.
I tried it with classic syntax and already with this version:
How do I set the file path to the current user?
output_file <- "myresults.csv"
Here I would need the path of the current user before the file, because the APP should run over a Shiny server and is used by several users.