get.tsv.matrix: Generates tsv for matrix

Description Usage Arguments Details Value See Also

Description

Method generates tsv string for a matrix

Usage

1
2
get.tsv.matrix(type = list(name = "", type = "matrix", value = NULL, supported
  = T))

Arguments

type

The list of 4 values (as returned by detect.type):

name

name of the variable

type

should be matrix - not checked, not used

value

matrix

supported

should be TRUE - not checked, not used

Details

Method will return N or N+1 rows and M or M+1 tab separated columns. +1 in both cases is when row names and/or column names exist. If both row and column names exist then top left corner will be constructed from dimension names if they exists in the format: Row names dimension name, backslash, column names dimension name. In the case there are no dimension names, the name of the variable will be used for the top left corner cell.

Value

tsv string

See Also

Other generate.tsv: get.tsv.array, get.tsv.data.frame, get.tsv.table, get.tsv.vector, get.tsv


sfr/snippets-addin documentation built on May 29, 2019, 8:02 p.m.