forked from Al-Murphy/MungeSumstats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
axel.Rd
49 lines (41 loc) · 941 Bytes
/
axel.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/axel.R
\name{axel}
\alias{axel}
\title{axel downloader}
\usage{
axel(
input_url,
output_path,
background = FALSE,
nThread = 1,
force_overwrite = FALSE,
quiet = TRUE,
alternate = TRUE,
check_certificates = FALSE
)
}
\arguments{
\item{input_url}{input_url.}
\item{output_path}{output_path.}
\item{background}{Run in background}
\item{nThread}{Number of threads to parallelize over.}
\item{force_overwrite}{Overwrite existing file.}
\item{quiet}{Run quietly.}
\item{alternate}{alternate,}
\item{check_certificates}{check_certificates}
}
\value{
Path where the file has been downloaded
}
\description{
R wrapper for axel, which enables multi-threaded download
of a single large file.
}
\seealso{
\url{https://github.com/axel-download-accelerator/axel/}
Other downloaders:
\code{\link{downloader}()}
}
\concept{downloaders}
\keyword{internal}