wget {utils} R Documentation

retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols.

Description

Usage

wget(url,
    save = NULL);

Arguments

url

[as string]

save

this parameter could be a character vector for specific a local file path to save the target remote file, or it also could be a file reference wrapper object for store in a cache pack. This function will returns a stream object if this parameter is nothing.

env

[as Environment]

Details

Authors

SMRUCC genomics Institute

Value

this function will returns the data stream which is download from the given `url` if the `save` parameter value is nothing by default, or this function will returns nothing if the `save` parameter value is exists and also the http resource data will be placed at `save` file location.

clr value class

Examples


[Package utils version 2.33.856.6961 Index]