Skip to content

Commit 30cb1d1

Browse files
committed
need to 'print' result of 'open_gt_table' for #5
1 parent e334194 commit 30cb1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/eic-report.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ devguide_eic_report <- function (open = TRUE) {
213213
}
214214

215215
if (open) {
216-
open_gt_table (dat)
216+
print (open_gt_table (dat))
217217
}
218218

219219
return (dat)

0 commit comments

Comments
 (0)