Skip to content

Commit

Permalink
hide gtsave
Browse files Browse the repository at this point in the history
  • Loading branch information
markus1bauer committed Apr 26, 2024
1 parent cfc831a commit e197787
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions R/CI_1_Generate_reports.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ library(stringr)
library(tibble)
library(tidyr)
#library(webshot)
library(webshot2)
#library(webshot2)
#webshot::install_phantomjs(force = TRUE)


Expand Down Expand Up @@ -145,8 +145,8 @@ if(count(data) == 0) {

data %>%
gt() %>%
tab_options(table.font.size = px(10)) %>%
gtsave(file)
tab_options(table.font.size = px(10)) #%>%
#gtsave(file)

}

Expand Down Expand Up @@ -182,8 +182,8 @@ if(count(data) == 0) {

data %>%
gt() %>%
tab_options(table.font.size = px(10)) %>%
gtsave(file)
tab_options(table.font.size = px(10)) #%>%
#gtsave(file)

}

Expand Down

0 comments on commit e197787

Please sign in to comment.