| summary.safeTable {sdcTable} | R Documentation |
summary method for objects of class safeTable.
## S3 method for class 'safeTable': summary(object, ...)
object |
object from class safeTable |
... |
additional parameters. Not used yet. |
object is an object of class safeTable. The summary functions returns several statistics from the anonymisation process.
Manipulated data.
Bernhard Meindl
## Not run:
data(exampleFullData)
erg <- protectTable(exampleFullData, method="OPT")
class(erg)
summary(erg)
## End(Not run)