anonimizar_datos: Convertir una variable en anónima

Description Usage Arguments Examples

View source: R/anonimizar_datos.R

Description

Toma una base de datos y convierte los valores de una variable en otros para volverla anónima.

Usage

1
anonimizar_datos(datos, variable, longitud=31, semilla=NULL)

Arguments

x

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

cgamboasanabria/carlians documentation built on Oct. 1, 2020, 5:37 a.m.