This function download and install standalone version of GNU Wget for Windows.
install_wget(wget_dir = system.file(package = "sen2r"), force = FALSE)
wget_dir | (optional) Path where wget executable will be installed (default: the package path). |
---|---|
force | (optional) Logical: if TRUE, install even if it is already installed (default is FALSE). |
The path of wget
License: GPL 3.0
# NOT RUN { install_wget() # }