Skip to content

Commit

Permalink
Update file paths for server running
Browse files Browse the repository at this point in the history
  • Loading branch information
rose-higgins committed Mar 27, 2024
1 parent 16616c2 commit 0c126ab
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions reports/coverage/mabs_and_antivirals_coverage_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,13 @@ source(here("analysis", "lib", "custom_functions.R"))
# Input directory ----
#input_dir_os <- here("released_outputs", "reports", "coverage")
input_dir_os <- here("released_outputs", "reports_wip", "coverage")
input_dir_os <- here("released_outputs", "reports", "coverage")
#input_dir_os <- here("output", "coverage")
# Output directory ----
# output_dir_rmd <- here("reports", "coverage")
output_dir_rmd <- here("reports", "coverage_wip")
output_dir_rmd <- here("reports", "coverage")
fs::dir_create(output_dir_rmd)
fs::dir_create(output_dir_rmd,"figures")
fs::dir_create(output_dir_rmd,"tables")
# Import data ----
report_stats <- read_csv(fs::path(input_dir_os, "table_report_stats_redacted.csv"))
Expand Down

0 comments on commit 0c126ab

Please sign in to comment.