dir.exists("LearnR")
#> [1] FALSE
file.exists("timelinetest.csv")
#> [1] FALSE
file.exists("Unctad.ods")
#> [1] FALSE
Created on 2021-08-19 by the reprex package (v2.0.1)
I'm using Ubuntu 20.04. Both directory and files exist and work normally outside R. Any thought on this?