I develop a shiny app at job.
After an update of my laptop and reinstallation of R/Rstudio by TI, some function with path doesn't work anymore.
For example :
return //alp/Userdata$/Adm/user/Documents
If I replace the path by an absolute path in list.files, it works.
I don't understand. Do i need to play with environment variable ?
Thanks !
Since you are the only user you could just set the full path then I guess, though it is indeed a bit weird. Personally I don't use the tilde in paths, I either use full paths or relative from the working folder (or Shiny folder in this case).