Update 'cbs_2021/cbs_data_updaten.R'

This commit is contained in:
dr. M.S. (Matthijs) Berends 2021-03-30 18:23:43 +02:00
parent 02811500ab
commit d3e74dd632
1 changed files with 235 additions and 233 deletions

View File

@ -1,5 +1,7 @@
library(dplyr)
library(sf)
linbrary(cleaner)
# De %like% functie, zodat je kunt gebruiken: "Test" %like% "te" (= TRUE)
`%like%` <- function (x, pattern) grepl(pattern = tolower(pattern), x = tolower(x), fixed = FALSE)