setFilterDS {dsBase}R Documentation

Sets the privacy level

Description

This is an internal function that set the number of observation that are allowed in any table or vector. The function gets the value from the data repository and if no value was set it uses the default value 5.

Usage

setFilterDS(x = getOption("datashield.privacyLevel", default = 5))

Arguments

x

a dummy argument

Details

The function is called by server side functios

Value

an integer between 1 and 5

Author(s)

Gaye, A.


[Package dsBase version 6.3.0 ]