recuento: recuento

View source: R/HerramientasAutonomas.R

recuentoR Documentation

recuento

Description

Cuenta el número de filas que tiene una tabla

Usage

recuento(tabla)

Arguments

tabla

Una tabla de datos medible.

Value

El número de registros en la tabla.

Author(s)

Jose Alejandro Morán Pérez

Examples

recuento(c(3, 3)) #-> 2

jaleo/HerramientasAle documentation built on Oct. 12, 2023, 1:14 a.m.