agrupar_por_variable: Generar variable de agrupamiento

Description Usage Arguments Examples

View source: R/agrupar_por_variable.R

Description

Genera una nueva variable que funciona como agrupamiento en base a los cambios en el valor de otra variable

Usage

1
agrupar.por.variable(x)

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.