matrixDimnamesDS {dsBase} | R Documentation |
Adds dimnames (row names, column names or both) to a matrix on the serverside.
matrixDimnamesDS(M1.name = NULL, dimnames)
M1.name |
Specifies the name of the serverside matrix to which dimnames are to be added. Fully specified by <M1> argument of function ds.matrixDimnames. For more details see help for ds.matrixDimnames. |
dimnames |
A dimnames attribute for the matrix: NULL or a list of length 2 giving the row and column names respectively. Fully specified by <dimnames> argument of function ds.matrixDimnames. For more details see help for ds.matrixDimnames. |
Adds dimnames (row names, column names or both) to a matrix on the serverside. Similar to the dimnames function in native R. For more details see help for function ds.matrixDimnames
Output is the serverside matrix specified by the <newobj> argument (or default name diag_<x1>) with specified dimnames (row and column names) which is written to the serverside.
Paul Burton for DataSHIELD Development Team