R wrapper for wget

wget(
  input_url,
  output_path,
  background = TRUE,
  force_overwrite = FALSE,
  quiet = FALSE,
  show_progress = TRUE,
  continue = TRUE,
  check_certificates = FALSE,
  conda_env = "echoR"
)

See also

Other downloaders: axel(), downloader()