accederFilas: Configura el valor de los elementos de Fila.

Description Usage Functions

Description

Estas funciones pueden usarse para que usuarios del paquete puedan crear el método de ValidarFila más fácilmente. Ver ejemplo en ValidarFIla.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
## S4 method for signature 'Fila'
filaError(x)

## S4 replacement method for signature 'Fila'
filaError(x) <- value

## S4 method for signature 'Fila'
filaColumnas(x)

## S4 replacement method for signature 'Fila'
filaColumnas(x) <- value

## S4 method for signature 'Fila'
filaColNombre(x)

## S4 method for signature 'Fila'
filaColTipo(x)

## S4 method for signature 'Fila'
filaMensajeError(x)

## S4 replacement method for signature 'Fila'
filaMensajeError(x) <- value

## S4 method for signature 'Fila'
filaColumnaEnError(x)

## S4 replacement method for signature 'Fila'
filaColumnaEnError(x) <- value

## S4 method for signature 'Fila'
filaStatus(x)

## S4 replacement method for signature 'Fila'
filaStatus(x) <- value

Functions


dawidh15/eccb documentation built on Dec. 19, 2021, 9:10 p.m.