Skip to content

Commit

Permalink
Add numberstring as an acceptable option
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrace committed Sep 5, 2024
1 parent bbac9f1 commit 347f719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/knownVariables.r
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ expected_eda_combinations <- unique(paste(edas$english_devolved_area_code, edas$
potential_ob_units_regex <- "(^(sch|prov|inst|estab|reg|la|local|rsc|pcon|lep|mca|oa|ward|mat).*(name|code|urn|ukprn|number|upin|id)$)|(^(laestab|estab|sch|school|schools|prov|provider|providers|inst|institution|institutions|name|code|urn|ukprn|number|upin|id|region|la|lad|rsc|pcon|lep|mca|oa|ward|mat)$)"

# Indicator units =====================================================================================================
acceptable_indicatorunits <- c("%", "pp", "£", "£m")
acceptable_indicatorunits <- c("%", "pp", "£", "£m", "numberstring")

# Harmonised values ===================================================================================================
ethnicity_standard_values <- suppressMessages(read_csv("data/ethnicity.csv"))
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3903,7 +3903,7 @@
"checksum": "e5b9343c9a0e43d83e02b339946591d1"
},
".Rprofile": {
"checksum": "c2b9d812d5f917f4d8e4dc1db4334eb1"
"checksum": "f187865370477bda269a0c2c42ba77b4"
},
"azure-pipelines-dev.yml": {
"checksum": "fc2ef843ff5024bcba25ff84eec05f4c"
Expand Down Expand Up @@ -3981,7 +3981,7 @@
"checksum": "1c3a5b538aa71e2f377b4733e7c9a580"
},
"R/knownVariables.r": {
"checksum": "7248277e0e99b5aee4e66bf9e8c69963"
"checksum": "3c352f0113bdd8cf4262617436f09c6d"
},
"R/mainTests.r": {
"checksum": "58b52819cc963c2cdcbe70024a0307b7"
Expand Down

0 comments on commit 347f719

Please sign in to comment.