Skip to content

Commit

Permalink
Update prep_detections to produce gt table 🌟
Browse files Browse the repository at this point in the history
Co-Authored-By: lizkrowlucal <[email protected]>
  • Loading branch information
truenomad and lizkrowlucal committed Sep 17, 2024
1 parent 0f8cda6 commit 5531744
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 232 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export(prep_geonames)
export(prep_match_datatypes)
export(prep_match_names)
export(prep_mdb_table_extract)
export(prep_new_detections_report)
export(prep_new_detections_table)
export(read)
export(save)
export(summarize_validation_results)
Expand Down
17 changes: 16 additions & 1 deletion R/globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ globalVariables(
"Previous Detection", "SurveillanceTypeName", "VdpvEmergenceGroupName",
"VirusDate", "VirusTypeName", "WildClusterName",
"Days Since Last Detections", "BaseVdpvEmergenceGroup",
"New Emergence", "unique_emerg_grp"
"New Emergence", "unique_emerg_grp", "ActivityDateFrom",
"ActivityStatus", "Country", "Date of Any Last SIA Campagin",
"Days Since SIA and Detection", "Days between
Previous and Most Recent Detection",
"Delayed Reporting Detections to Confirmation (days)", "Emergence Group",
"Emergence Group", "Last SIA Date", "Most Recent Detection",
"MostRecentVirusDate", "New VDPV Class", "New VDPV Classification",
"Nt Changes", "Nt Changes from Closest Match", "Ntchanges",
"VDPV Classification Change Date", "Vaccine Origin",
"Vaccine Type", "VaccineOrigin", "VdpvClassificationChangeDate",
"VdpvNtChangesClosestMatch", "VdpvNtChangesFromSabin",
"VdpvReportedToHQDate", "Virus", "Virus Reported to HQ Date",
"new_epids", "ActivityVaccineType", "Days to Confirm",
"Days between Previous and Most Recent Detection",
"Delayed Reporting", "Delayed Report",
"Detections to Confirmation (days)"
)
)
Loading

0 comments on commit 5531744

Please sign in to comment.