- path
Character; the path to an SDMX-ML xml file
- destfile
a character string (or vector, see url) with
the name where the downloaded file is saved. Tilde-expansion is
performed.
- quiet
If TRUE, suppress status messages (if any), and
the progress bar.
- method
Method to be used for downloading files. Current
download methods are "internal", "wininet" (Windows
only) "libcurl", "wget" and "curl", and there
is a value "auto": see ‘Details’ and ‘Note’.
The method can also be set through the option
"download.file.method": see options().
- mode
character. The mode with which to write the file. Useful
values are "w", "wb" (binary), "a" (append) and
"ab". Not used for methods "wget" and "curl".
See also ‘Details’, notably about using "wb" for Windows.
- ...
allow additional arguments to be passed, unused.