Learn R Programming

SmallCountRounding (version 0.5.0)

SmallCountData: 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

See Also

SSBtoolsData, Hrc2DimList

Examples

Run this code
# NOT RUN {
 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

# }

Run the code above in your browser using DataLab