Learn R Programming

fImport (version 2110.79)

readDownload: Download Utilities

Description

Some helpful download utilities.

Usage

composeURL(..., prefix="http://")
indexGrep(pattern, x, ...)

Arguments

...
[composeURL] character strings from which the URL will be composed. [indexGrep] optional arguments to be passed to the function grep.
prefix
a character string specifying the prefix of the URL.
pattern
a character string containing a regular expression to be matched in the given character vector.
x
a character vector where matches are sought.