Parse and Evaluate S-PLUS Expressions from a URL

DESCRIPTION:

Parses and then evaluates each expression in the given file stored at a WebDAV URL.

USAGE:

spserver.source(file)

REQUIRED ARGUMENTS:

file
WebDAV URL where the file should be read.

VALUE:

The value of the last evaluated expression in the file.

DETAILS:

This function downloads the URL to a local temp file, and then reads and evaluates the data by calling source,

EXAMPLES:

# spserver.source(spserver.url("code.ssc"))