Skip to content

Commit

Permalink
Remove scientific notation from SNOMED codes
Browse files Browse the repository at this point in the history
  • Loading branch information
atamborska committed Jan 22, 2025
1 parent fe1dc2e commit eba2523
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions codeusage.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: ad1adcb3-ab65-405d-88b9-2a33579fc069

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down
4 changes: 4 additions & 0 deletions data-raw/snomed_code_usage.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ snomed_code_usage_urls <- list(
# 0 = SNOMED concept was either not yet available or was inactive (active = 0).

# The following files show the number of times each listed SNOMED code was added to a GP patient record within the period 1 Aug to 31 July for the years available, aggregated at England level.

# Disanble scientific notation
options(scipen = 999)

snomed_usage <- snomed_code_usage_urls %>%
map(read_tsv,
col_types = list(
Expand Down
Binary file modified data/snomed_usage.rda
Binary file not shown.

0 comments on commit eba2523

Please sign in to comment.