Skip to content

Commit

Permalink
fix mistake in decription of output
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda Nab committed Dec 15, 2023
1 parent 94761e9 commit b00b208
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions analysis/qba.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
#
# This script performs the qba + makes plots
# Input:
# ./output/tables/'period'_]table_ccw_plr.csv
# ./output/tables/['period'_]table_ccw_plr.csv
# Output:
# ./output/plr/tables/qba/['period'_]qba_plr.csv
# ./output/plr/figures/qba/['period'_]qba_plr.png
# ./output/plr/tables/qba/scenario*.png
# note if 'period' == ba1, no prefix is used
#
################################################################################
Expand Down Expand Up @@ -42,7 +41,6 @@ figures_qba_dir <-
concat_dirs(fs::path("figures", "qba"), output_dir, model, subgrp, supp)
# Create tables directory
fs::dir_create(tables_dir)
fs::dir_create(tables_qba_dir)
fs::dir_create(figures_qba_dir)

################################################################################
Expand Down

0 comments on commit b00b208

Please sign in to comment.