Skip to content

Commit

Permalink
Add laboratory results for febrile cases
Browse files Browse the repository at this point in the history
  • Loading branch information
odeleongt committed May 28, 2018
1 parent bc4198c commit a5b1985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-raw-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ vico_tables <- vico_schema %>%
paste(
"(^[CHP][0-9][^_ ]*$)",
"(^Sujeto_[^_ ]+$)",
"(^DiarreaResultados$|^RespiratorioResultados$)",
"(^DiarreaResultados$|^RespiratorioResultados$|^FebrilResultados$)",
sep = "|"
),
TABLE_NAME
Expand Down

0 comments on commit a5b1985

Please sign in to comment.