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 :
temp_PSEP <- list.files(path = '~/Statal/Data', pattern = "PSEP.*SRAM.csv")
return "empty"
path.expand('~')
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 !