Skip to content

Commit

Permalink
Add compare_polis_afp_snapshots function 🌟
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 13, 2024
1 parent c3878d2 commit c88fcd7
Show file tree
Hide file tree
Showing 5 changed files with 599 additions and 186 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export(check_data)
export(check_land_water)
export(check_leap_issue)
export(check_missing)
export(compare_polis_afp_snapshots)
export(correct_flipped_geo_coords)
export(create_gt_table)
export(create_summary_by_group)
Expand Down
5 changes: 4 additions & 1 deletion R/globals.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ globalVariables(
"geo_id_cols", "geo_name_cols", "header", "Missing in Shapefile",
"Non-unique Count", "Variable", "ID", "Test", "Value", "null_count",
"Lat_parzer", "Long_parzer", "parse_failed", "parsed_date", "parsed_date1",
"parsed_date2", "Total", "snapshot", "WHO_REGION"
"parsed_date2", "Total", "snapshot", "WHO_REGION",
"EPID", "ParalysisOnsetDate", "Validation Type", "WPV1", "afp_cases1",
"afp_cases2", "cVDPV1", "cVDPV2", "n_data1", "n_data2", "val_type",
"virus_type", "CollectionDate"
)
)
Loading

0 comments on commit c88fcd7

Please sign in to comment.