service.link: Build a URL to call a AnalysisPageServer webservice
Description
This function is simply a specialization of analysis.link with a few conveniences
for webservice-type pages. In particular, the parameters of that function about plotting
are not available.
Usage
service.link(page, params = list(), app.base.url)
Arguments
page
Name of page
params
List of parameter values (as R objects---this function will encode them). Default: list() (no parameters).
app.base.url
Base URL for application. This is usually the prefix in which the app landing HTML page is found.