service.link {AnalysisPageServer} | R Documentation |
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.
service.link(page, params = list(), app.base.url)
page |
Name of page |
params |
List of parameter values (as R objects—this function will encode them). Default: |
app.base.url |
Base URL for application. This is usually the prefix in which the app landing HTML page is found. |
URL
Brad Friedman