dexclude: Exclude declarations from set

Description Usage Arguments Examples

View source: R/edecl.R

Description

Excludes declarations from set that belongs to other set

Usage

1
dexclude(decls1, decls2)

Arguments

decls1

First set of declarations

decls2

The second set of declarations, or their ids.

Examples

1
2
3
4
library(dplyr)
mps2016 <- 
   download_declarations("народний депутат", declaration_year = "2016") %>% 
   dexclude(download_declarations("помічник народного депутата", declaration_year = "2016"))

texty/edecl documentation built on May 29, 2019, 10:53 a.m.