Estas funciones pueden usarse para que usuarios del paquete puedan crear el método de ValidarFila más fácilmente. Ver ejemplo en ValidarFIla.
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
|
filaError,Fila-method
: Accede un mensaje de error en una fila
filaError<-,Fila-method
: Guarda un mensaje de error en una fila
filaColumnas,Fila-method
: Accede las columnas una fila
filaColumnas<-,Fila-method
: Guarda las columnas una fila
filaColNombre,Fila-method
: Accede el nombre de los campos en una fila.
filaColTipo,Fila-method
: Accede el tipo de dato de los campos en una fila.
filaMensajeError,Fila-method
: Accede un mensaje de error
filaMensajeError<-,Fila-method
: Anexa un mensaje de error
filaColumnaEnError,Fila-method
: Accede la posición de la columna en error
filaColumnaEnError<-,Fila-method
: Anexa la posición de la columna en error
filaStatus,Fila-method
: Accede el estatus de la fila
filaStatus<-,Fila-method
: Guarda el estatus de la fila
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.