-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Hi Edwin,
very nice package.
In your examples you show how to filter on a specific variable-value:
cbs_get_data(id="03759ned", Perioden=c("2013JJ00","2014JJ00"), Geslacht="T001038")
however, in this large file of 45 million records I want to filter to e.g.
Perioden > "1990JJ00",
Geslacht != "T001038",
! Leeftijd %in% c(10000, 60100,60200,60300,60400,60500,60600,60700,60800,60900,21900)
Is that possible?
What would be the correct syntax for "not equal", "greater then" or "not in"?
Or filter substr(RegioS,1,2)="GM" filtering just municipalities :-)