Print method for objects from class localSuppression

# S3 method for localSuppression
print(x, ...)

Arguments

x

object from class localSuppression

...

Additional arguments passed through.

Value

Information about the frequency counts for key variables for object of class ‘localSuppression’.

See also

Author

Matthias Templ

Examples

## 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
#> -----------------------