When I want to load a file into R, what would be a way to do so programmatically (or semi programmatically) instead of just manually copy paste the path and switch \\<
\\<
Perhaps use choose.files() to pick the file followed by normalizePath() if you want to convert its path name to R's forward slashes.