Update 'cbs_2021/cbs_data_updaten.R'
This commit is contained in:
parent
02811500ab
commit
d3e74dd632
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user