Skip to content

Commit

Permalink
Merge pull request #50 from nhs-r-community/ChrisBeeley-patch-1
Browse files Browse the repository at this point in the history
Update NHSRpopulation.Rmd
  • Loading branch information
Lextuga007 authored May 24, 2024
2 parents 46e14db + 72b9bc1 commit f62fa49
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions vignettes/NHSRpopulation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ following code to generate some random example postcodes:


```r
library(tibble)
library(NHSRpopulation)

postcodes <- c("HD1 2UT", "HD1 2UU", "HD1 2UV")

tibble_postcodes <- postcodes |>
tibble::as_tibble() |>
dplyr::rename(postcode = value)
tibble_postcodes <- tibble::tibble(postcode = c("HD1 2UT", "HD1 2UU", "HD1 2UV"))

tibble_postcodes
#> # A tibble: 3 × 1
Expand Down

0 comments on commit f62fa49

Please sign in to comment.