我想使用read.table()
(或任何其他用于读取文件的函数)导入外部数据集,然后对其进行随机化或采样。该文件存储在包含练习的父文件夹内的子文件夹中*.rmd
。我在一个 RStudio 项目中工作。我尝试将数据集放在文件夹结构的不同级别。使用相对路径不起作用,但绝对路径起作用。
我的文件夹结构是:
$home/project_name/exercises # It contains the RMD files
$home/project_name/exercises/data # It contains data files that I want to process
$home/project_name/datasets # this folder could eventually contain the dataset I want to process
为了使这段代码更便携,我想知道*.Rmd
针织过程中的管理相对路径。