Skip to content

Commit

Permalink
Add default in vetiver dashboard format. Related to rstudio/rmarkdown…
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Oct 21, 2022
1 parent 31997be commit de534d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/dashboard.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#' real model.
#'
#' @export
vetiver_dashboard <- function(pins, display_pins = TRUE, ...) {
vetiver_dashboard <- function(pins = list(), display_pins = TRUE, ...) {

rlang::check_installed("flexdashboard")
dashboard_dots <- rlang::list2(...)
Expand Down
2 changes: 1 addition & 1 deletion man/vetiver_dashboard.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de534d6

Please sign in to comment.