Skip to content

Commit

Permalink
Changed name of output data object for script for compiling data for …
Browse files Browse the repository at this point in the history
…main FrEDI...saving to a temporary object for now
  • Loading branch information
knoiva-indecon committed Sep 19, 2023
1 parent ec0c903 commit 09d1f21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion createSystemData_main.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ if(doNewTest){
}

###### 7. Update Saved Data ######
# list_systemData <- list_reshapeData %>% createSystemData(save=T, silent=T)
list_systemData <- list_reshapeData %>% createSystemData(outPath= dataOutDir %>% file.path("tmp_sysdata.rda"),
save=T, silent=T)



Expand Down

0 comments on commit 09d1f21

Please sign in to comment.