Update 'cbs_2021/cbs_data_updaten.R'
This commit is contained in:
parent
02811500ab
commit
d3e74dd632
@ -1,5 +1,7 @@
|
|||||||
library(dplyr)
|
library(dplyr)
|
||||||
library(sf)
|
library(sf)
|
||||||
|
linbrary(cleaner)
|
||||||
|
|
||||||
# De %like% functie, zodat je kunt gebruiken: "Test" %like% "te" (= TRUE)
|
# De %like% functie, zodat je kunt gebruiken: "Test" %like% "te" (= TRUE)
|
||||||
`%like%` <- function (x, pattern) grepl(pattern = tolower(pattern), x = tolower(x), fixed = FALSE)
|
`%like%` <- function (x, pattern) grepl(pattern = tolower(pattern), x = tolower(x), fixed = FALSE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user