From d0c90de24218de2ab184c3f06a554e2df536df02 Mon Sep 17 00:00:00 2001 From: shawn schwartz Date: Sun, 24 Nov 2024 23:53:19 -0800 Subject: [PATCH] chore(`bidsify.R`): lint --- R/bidsify.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/R/bidsify.R b/R/bidsify.R index c2f99bd..4b8525c 100644 --- a/R/bidsify.R +++ b/R/bidsify.R @@ -327,7 +327,10 @@ bidsify <- function(eyeris, save_all = TRUE, epochs_list = NULL, } } - report_output <- make_report(eyeris, report_path, fig_paths, + report_output <- make_report( + eyeris, + report_path, + fig_paths, sub = sub, ses = ses, task = task, run = run )