Write S-PLUS Object to URL

DESCRIPTION:

Writes an S-PLUS object to a URL, using WebDAV.

USAGE:

spserver.write.object(url, obj)

REQUIRED ARGUMENTS:

url
a WebDAV URL.
obj
S-PLUS object to be written.

SIDE EFFECTS:

Stores the S-PLUS object in the WebDAV location given by the URL.

DETAILS:

This function serializes the S-PLUS object to a file, and then uploads this file to the specified URL.

EXAMPLES:


# spserver.write.object(spserver.url("nums"), 1:10)