您好我想知道在Windows平台上类似的wget的是什么
我现在有R中的函数具有命令
system("wget www.random.url.com/file")
从MAC / UNIX机器正在运行v ...就相当于是怎样在Windows R下载从互联网文件?
您好我想知道在Windows平台上类似的wget的是什么
我现在有R中的函数具有命令
system("wget www.random.url.com/file")
从MAC / UNIX机器正在运行v ...就相当于是怎样在Windows R下载从互联网文件?
看看download.file
将文件下载到您的计算机。 这适用于所有操作系统,包括Linux,Mac和Windows操作系统。
powershell -command "iwr -outf abc.zip http://example.com/xyz.zip"