gpt4 book ai didi

r - 错误解压缩文件 : error 1 in extracting from zip file

转载 作者:行者123 更新时间:2023-12-04 15:38:59 25 4
gpt4 key购买 nike

我正在尝试使用以下代码从 Internet 下载并解压缩文件。我有一台运行 Windows 10 的 PC。

#################### Set Working Directory #################
setwd("C:/Users/Sharif/OneDrive/Data/FEC Data/Committee Information")

#################### Download File ############

download.file("https://www.fec.gov/data/browse-data/?tab=bulk-data/files/bulk-downloads/1980/indiv80.zip", destfile = "1980 - Committee Information.zip")
unzip("1980 - Committee Information.zip") ## Does not work and produces an error

由于某些原因,当我运行解压缩功能并且文件没有解压缩到我的工作目录时出现以下错误。

Warning message:
In unzip("1980 - Committee Information.zip") :
error 1 in extracting from zip file

如果您能提供任何帮助,我们将不胜感激。谢谢!

最佳答案

这适用于我的机器。

download.file("https://www.fec.gov/files/bulk-downloads/1980/indiv80.zip", destfile = "1980_Committee_Information.zip")

unzip("1980_Committee_Information.zip")

由于某种原因,您请求的 url 没有下载文件。查看页面源代码(从您的浏览器中查看View-source)会显示网站用于处理请求的实际url

关于r - 错误解压缩文件 : error 1 in extracting from zip file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58677465/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com