downloadablePlotly {shinydlplot} | R Documentation |
Server-side logic for plotly with download data button in modebar
Description
Server-side logic for plotly with download data button in modebar
Usage
downloadablePlotly(
input,
output,
session,
plot,
filename,
content,
title = "Download plot data"
)
Arguments
input , output , session |
standard |
plot |
Object of class |
filename |
A string of the filename, including extension, that the user's web browser should default to when downloading the file; or a function that returns such a string. (Reactive values and functions may be used from this function.) |
content |
A function that takes a single argument |
title |
Text for plotly tooltip. |
Value
No return value, called to generate server logic.
See Also
[Package shinydlplot version 0.1.4 Index]