Import Data from URL
DESCRIPTION:
Import data from a file stored at a WebDAV URL.
USAGE:
spserver.importData(file, ...)
REQUIRED ARGUMENTS:
- file
-
WebDAV URL where the imported data file should be read.
This argument is named
file
to be consistent with
importData
.
OPTIONAL ARGUMENTS:
- ...
-
Other arguments that will be passed to
importData
.
VALUE:
Imported data value.
DETAILS:
This function downloads the URL to a local temp file,
and then imports the data by calling
importData
,
EXAMPLES:
# dat <- spserver.importData(spserver.url("fuel.txt"), type="ASCII")