Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
update download documentation
  • Loading branch information
HendrikSchultheis committed Oct 16, 2019
1 parent 48443ca commit 313476292c451acfa2105f7d8c5edb66925839ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1207,7 +1207,7 @@ searchData <- function(input, choices, options = c("=", "<", ">"), min. = min(ch
#' @param save_plot Logical if plot object should be saved as .RData.
#' @param ui List of user inputs. Will be converted to JavaScript Object Notation. See \code{\link[RJSONIO]{toJSON}}
#'
#' @return Path to zip archive. See \code{\link[zip]{zipr}}.
#' @return Path to zip archive invisibly. See \code{\link[zip]{zipr}}.
download <- function(file, filename, plot, width, height, ppi = 72, save_plot = TRUE, ui = NULL) {
session <- shiny::getDefaultReactiveDomain()

Some generated files are not rendered by default. Learn more.

0 comments on commit 3134762

Please sign in to comment.