- tabla
The matrix, data.frame or ftable to write
- wb
The Workbook. If NULL is created
- hoja
The name o position of Worksheet. If it does not exist or is NULL is created
- fichero
The name of a file where the Workbook is saved. If NULL it is not saved
- limpiarFilas
If it is TRUE are deleted rows in which all values are in limpiarValores
- limpiarColumnas
If it is TRUE are deleted columns in which all values are in limpiarValores
- limpiarValores
Values used for cleaning
- cabecera
A text to be written in the header of the table
- fuente
A text that is written at the end of the table
- notas
One or more texts to write after the fuente
- fila
The row of tht upper-left cell where the table will be written
- columna
The column of tht upper-left cell where the table will be written
- decimales
Number of decimal places that are written with the numerical data. It can be a vector, in which case it is applied successively to each column, recycling the values if necessary
- porcentaje
If the data is given percentage format or not. It may be a vector, in which case it is applied successively to each column, recycling values if required
- cabecerasFila
If you write or not the rows headers, which will be the names of the rows of the matrix or the corresponding elements of a ftable
- cabecerasColumna
If you write or not the columns headers, which will be the names of the rows of the matrix or the corresponding elements of a ftable
- cabeceraFilas
Text to write above the row's headers
- cabeceraColumnas
Text to write above the row's headers
- anchoCabecera
The width, in characters, of the columns of the row header
- anchoDatos
The width, in characters, of the data columns
- escudo
If it is NULL does not any figure, if it is a text is inserted the figure that is in the file
- posEscudo
Position, row and column, of the figure, if escudo is not NULL
- tamEscudo
A vector with Height and Width of the figure
- unidadesEscudo
Units of the height of the image. By default "cm"
- estilos
A list with the styles to apply to the various elements of the table.
- bordes
A vector with the names of the elements in the table will be to surround with edges, the possible values are:
CABECERA, CABECERASFILA, CABECERASCOLUMNA, DATOS, TABLA (the entire table)
- estilosBordes
A list with the styles of the various edges. Each item will be called with one of the possible names on bordes.