sen2r (version 1.2.1)

install_aria2: Download and install aria2.

Description

This function download and install standalone version of aria2 for Windows.

Usage

install_aria2(aria2_dir, force = FALSE)

Arguments

aria2_dir

Path where aria2 executable will be installed.

force

(optional) Logical: if TRUE, install even if it is already installed (default is FALSE).

Value

The path of aria2

Examples

Run this code
# NOT RUN {
# Run only on Windows
install_aria2(aria2_dir = tempdir())
# ( use a non-temporary folder path instead of tempdir() )
# }

Run the code above in your browser using DataLab