PSUT matrix formation meta information column names
mat_meta_cols.Rd
When forming PSUT matrices, meta information is provided in columns.
This list provides the typical names for the meta information columns
throughout the IEATools
package.
Format
A string list with 6 entries.
- matnames
The name of the column that contains matrix names.
- matvals
The name of the column in a tidy data frame that contains matrices themselves.
- rownames
The name of the column that contains matrix row names.
- colnames
The name of the column that contains matrix column names.
- rowtypes
The name of the column that contains matrix row types.
- coltypes
The name of the column that contains matrix column types.