从R中的文件夹创建tar,同时仅保留相对路径

时间:2012-09-05 17:59:54

标签: r gzip tar

在杰夫的回复之后:https://stackoverflow.com/a/4627044/429846

我想tar一个文件夹,但保留相对于文件夹位置的路径(不包括驱动器名称等)。

示例代码:

tarfile <- 'newfile.tgz'
tar(tarfile,file.path(getwd(), "folder_name"),compression='gzip')

有可能吗? (在“tar”或其他函数名称中)

感谢。

0 个答案:

没有答案