R/localSuppression.R
print.localSuppression.Rd
Print method for objects from class localSuppression
# S3 method for class 'localSuppression'
print(x, ...)
Information about the frequency counts for key variables for object of class ‘localSuppression’.
## example from Capobianchi, Polettini and Lucarelli:
data(francdat)
l1 <- localSuppression(francdat, keyVars=c(2,4,5,6))
l1
#>
#> -----------------------
#> Total number of suppressions in the key variables: 4 (new: 4)
#>
#> Number of suppressions by key variables:
#> (in parenthesis, the total number suppressions is shown)
#>
#> Key1 Key2 Key3 Key4
#> 1 1 (1) 1 (1) 0 (0) 2 (2)
#>
#> 2-anonymity == TRUE
#> -----------------------