export.table {affinitymatrix} | R Documentation |
The function stores a LaTeX style table in a txt file.
export.table(tabular, name = "table", path = getwd())
tabular |
A long string corresponding to the output of
|
name |
A string indicating the name of the txt file. Defaults to
|
path |
A string indicating the path where to save the txt file. Defaults to current path. |
The function stores a long string in LaTeX style that can be
processed in the standard LaTeX tabular environment in a txt file in
located in path
.