R/downloader-package.r

#' downloader: a package for making it easier to download files over https
#' 
#' This package provides a wrapper for the download.file function,
#' making it possible to download files over https on Windows, Mac OS X, and
#' other Unix-like platforms. The RCurl package provides this functionality
#' (and much more) but can be difficult to install because it must be compiled
#' with external dependencies. This package has no external dependencies, so
#' it is much easier to install.
#'
#' @name downloader
#' @docType package
NULL

Try the downloader package in your browser

Any scripts or data that you put into this service are public.

downloader documentation built on May 2, 2019, 8:19 a.m.