Skip to content

Commit 0c448a8

Browse files
committed
roxygenize() + build_readme()
1 parent e84a9b5 commit 0c448a8

6 files changed

Lines changed: 12 additions & 30 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ Config/roxygen2/version: 8.0.0
3131
Config/testthat/edition: 3
3232
Encoding: UTF-8
3333
LazyData: true
34+
RoxygenNote: 7.3.3

README.md

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -106,32 +106,13 @@ postcode_coords <- get_spd(col_select = c("pc7", "latitude", "longitude"))
106106
#> "Scottish_Postcode_Directory_2026_1".
107107
#> If you require an older version or for reproducibility purposes
108108
#> please specify the version argument accordingly.
109-
locality_lookup <- get_hscp_locality(col_select = c("datazone2011", "hscp_locality"))
109+
dz_locality_lookup <- get_hscp_locality(col_select = c("datazone2011", "hscp_locality"))
110110
#> ℹ Using the latest available version:
111111
#> "HSCP Localities_DZ11_Lookup_20240513".
112112
#> If you require an older version or for reproducibility purposes
113113
#> please specify the version argument accordingly.
114-
115-
simd_dz_2016 <- get_simd_datazone(simd_version = "2016")
116-
117-
get_simd_datazone(
118-
simd_version = "2016",
114+
dz_simd2016_quintiles <- get_simd_datazone(
115+
simd_version = "2016",
119116
col_select = c("DataZone2011", contains("quintile"))
120-
)
121-
#> # A tibble: 6,976 × 5
122-
#> DataZone2011 simd2016_sc_quintile simd2016_HB2014_quintile
123-
#> <chr> <int> <int>
124-
#> 1 S01006506 4 3
125-
#> 2 S01006507 4 3
126-
#> 3 S01006508 5 5
127-
#> 4 S01006509 4 4
128-
#> 5 S01006510 3 2
129-
#> 6 S01006511 5 5
130-
#> 7 S01006512 5 4
131-
#> 8 S01006513 5 4
132-
#> 9 S01006514 5 5
133-
#> 10 S01006515 5 5
134-
#> # ℹ 6,966 more rows
135-
#> # ℹ 2 more variables: simd2016_HSCP2016_quintile <int>,
136-
#> # simd2016_CA2011_quintile <int>
117+
)
137118
```

man/get_hscp_locality.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_simd_datazone.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_simd_postcode.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_spd.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)