SmallCountData {SmallCountRounding} | R Documentation |
Function that returns a dataset
Description
Function that returns a dataset
Usage
SmallCountData(dataset, path = NULL)
Arguments
dataset |
Name of data set within the SmallCountRounding package |
path |
When non-NULL the data set is read from "path/dataset.RData" |
Value
The dataset
Note
Except for "europe6"
, "eHrc"
, "eDimList"
and "exPSD"
, the function returns the same datasets as SSBtoolsData
.
See Also
Examples
SmallCountData("z1")
SmallCountData("e6")
SmallCountData("eHrc") # TauArgus coded hierarchies
SmallCountData("eDimList") # sdcTable coded hierarchies
SmallCountData("exPSD") # Example data in presentation at Privacy in statistical databases
[Package SmallCountRounding version 1.0.3 Index]