Read S-PLUS Object from URL

DESCRIPTION:

Read an S-PLUS object from a URL, using WebDAV.

USAGE:

spserver.read.object(url)

REQUIRED ARGUMENTS:

url
a WebDAV URL.

VALUE:

The S-PLUS object read.

DETAILS:

This function downloads the specified URL to a temp file, and then deserializes the S-PLUS object, and returns it.

EXAMPLES:

# dat <- spserver.read.object(spserver.url("nums"))