Skip to content

Commit

Permalink
removed additional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhesh195 committed Sep 29, 2024
1 parent 1f7e933 commit f336ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/z_animint.R
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ storeLayer <- function(meta, g, g.data.varied){
#' @example inst/examples/animint2dir.R
animint2dir <- function(plot.list, out.dir = NULL,
json.file = "plot.json", open.browser = interactive(),
css.file = "", ...) {
css.file = "") {
if(is.null(out.dir)){
out.dir <- tempfile()
}
Expand Down

0 comments on commit f336ee4

Please sign in to comment.