R/setFilterDS.R

#' 
#' @title Sets the privacy level
#' @description This is an internal function that set the number of observation
#' that are allowed in any table or vector
#' @details The function is called by server side functios
#' @param x a dummy argument
#' @return an integer between 1 and 5
#' @keywords internal
#' @author Gaye, A.
#'
setFilterDS <- function(x=5){
  a <- x
  return(5)
}
datashield/dsGraphics documentation built on May 14, 2019, 7:50 p.m.