标签: r gzip tar
在杰夫的回复之后:https://stackoverflow.com/a/4627044/429846
我想tar一个文件夹,但保留相对于文件夹位置的路径(不包括驱动器名称等)。
示例代码:
tarfile <- 'newfile.tgz' tar(tarfile,file.path(getwd(), "folder_name"),compression='gzip')
有可能吗? (在“tar”或其他函数名称中)
感谢。