Description Usage Arguments Details Value Author(s)
Build a URL to run an analysis on the server
1 2 |
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. |
width |
Width parameter for graphics devices. Normally this is in inches, although it depends on exactly
how you set up your application. Default: 9. Ignored if |
height |
Height parameter for graphics devices. Normally this is in inches, although it depends on exactly
how you set up your application. Default: 7. Ignored if |
device |
Device to use for plotting. Default: "svg". (This is going to be sent to the server, not run
in the same process as this function. It would be ignored if the page was built with |
include.plot.params |
Boolean, default TRUE. If TRUE then include the width, height, device and textarea_wrap parameters in the URL. in the URL. Otherwise omit them. |
Unlike analysis.page.link
this is not a URL to open in the web browser, but rather the kind of URL used internally by the
front end for its AJAX request to the server to perform an analysis, or retrieve the analyses as web services.
URL
Brad Friedman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.