Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私はwgetに相当するWindowsが何であるか疑問に思いました
私は現在、コマンドを持つRの関数を持っています
system("wget www.random.url.com/file")
Rを実行しているmac/unixマシンからインターネットからファイルをダウンロードするには...WindowsのRに相当するものは何でしょうか?
download.fileお使いのコンピュータにファイルをダウンロードするために見てください。これは、Linux、Mac、およびWindowsを含むすべてのオペレーティングシステムで機能します。
download.file
powershell -command "iwr -outf abc.zip http://example.com/xyz.zip"