Skip to content

Commit

Permalink
change file type output table1
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda Nab committed Nov 22, 2023
1 parent 2eb6290 commit 29c0d41
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2948,17 +2948,22 @@ actions:
needs: [data_process]
outputs:
moderately_sensitive:
html1: output/tables/table1_redacted.html
html2: output/tables/table1_unredacted.html
csv1: output/tables/table1.csv
csv2: output/tables/table1_redacted.csv
csv3: output/tables/table1_redacted_unf.csv

create_table1_ba2:
run: r:latest analysis/table_1.R
--period ba2
needs: [data_process_ba2]
outputs:
moderately_sensitive:
html1: output/tables/ba2_table1_redacted.html
html2: output/tables/ba2_table1_unredacted.html
csv1: output/tables/table1.csv
csv2: output/tables/table1_redacted.csv
csv3: output/tables/table1_redacted_unf.csv
csv4: output/tables/table1_full.csv
csv5: output/tables/table1_full_redacted.csv
csv6: output/tables/table1_full_redacted_unf.csv

create_table1_haem:
run: r:latest analysis/table_1.R
Expand All @@ -2967,8 +2972,9 @@ actions:
needs: [data_process]
outputs:
moderately_sensitive:
html1: output/tables/haem/table1_redacted_haem.html
html2: output/tables/haem/table1_unredacted_haem.html
csv1: output/tables/haem/table1.csv
csv2: output/tables/haem/table1_redacted.csv
csv3: output/tables/haem/table1_redacted_unf.csv

create_table1_haem_ba2:
run: r:latest analysis/table_1.R
Expand All @@ -2977,8 +2983,12 @@ actions:
needs: [data_process_ba2]
outputs:
moderately_sensitive:
html1: output/tables/haem/ba2_table1_redacted_haem.html
html2: output/tables/haem/ba2_table1_unredacted_haem.html
csv1: output/tables/haem/table1.csv
csv2: output/tables/haem/table1_redacted.csv
csv3: output/tables/haem/table1_redacted_unf.csv
csv4: output/tables/haem/table1_full.csv
csv5: output/tables/haem/table1_full_redacted.csv
csv6: output/tables/haem/table1_full_redacted_unf.csv

create_table1_transplant:
run: r:latest analysis/table_1.R
Expand All @@ -2987,8 +2997,9 @@ actions:
needs: [data_process]
outputs:
moderately_sensitive:
html1: output/tables/transplant/table1_redacted_transplant.html
html2: output/tables/transplant/table1_unredacted_transplant.html
csv1: output/tables/transplant/table1.csv
csv2: output/tables/transplant/table1_redacted.csv
csv3: output/tables/transplant/table1_redacted_unf.csv

create_table1_transplant_ba2:
run: r:latest analysis/table_1.R
Expand All @@ -2997,8 +3008,12 @@ actions:
needs: [data_process_ba2]
outputs:
moderately_sensitive:
html1: output/tables/transplant/ba2_table1_redacted_transplant.html
html2: output/tables/transplant/ba2_table1_unredacted_transplant.html
csv1: output/tables/transplant/table1.csv
csv2: output/tables/transplant/table1_redacted.csv
csv3: output/tables/transplant/table1_redacted_unf.csv
csv4: output/tables/transplant/table1_full.csv
csv5: output/tables/transplant/table1_full_redacted.csv
csv6: output/tables/transplant/table1_full_redacted_unf.csv

# create_table_ccw:
# run: r:latest analysis/table_ccw.R
Expand Down

0 comments on commit 29c0d41

Please sign in to comment.