Arguments
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.
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 include.plot.params = FALSE
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 include.plot.params = FALSE
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 no.plot = TRUE
.)
Ignored if include.plot.params = FALSE
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.