Programmatically load files

前端 未结 2 828
终归单人心
终归单人心 2021-01-16 11:11

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 \\<

2条回答
  •  有刺的猬
    2021-01-16 12:01

    Perhaps use choose.files() to pick the file followed by normalizePath() if you want to convert its path name to R's forward slashes.

提交回复
热议问题