Skip to content

Commit

Permalink
# shiny BIDS switched arguments for easier use
Browse files Browse the repository at this point in the history
  • Loading branch information
wulms committed Jan 19, 2022
1 parent 9a52604 commit ec278ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/dashboards.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ create_dashboard_internal <- function(rmd_file = system.file("rmd", "bids_dashbo
#' @export
#'
#' @examples
run_shiny_BIDS <- function(shiny_app_path = system.file("rmd", "bids_viewer.Rmd", package = "bidsconvertr"),
bids_directory = path_output_bids){
run_shiny_BIDS <- function(bids_directory = path_output_bids,
shiny_app_path = system.file("rmd", "bids_viewer.Rmd", package = "bidsconvertr")
){

print(paste("Shiny app path:", shiny_app_path))

Expand Down

0 comments on commit ec278ef

Please sign in to comment.