get.tsv.data.frame: Generates tsv for data frame

Description Usage Arguments Details Value See Also

Description

Method generates tsv string for a data frame

Usage

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

Arguments

type

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

name

name of the variable

type

should be data.frame - not checked, not used

value

a data frame

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 cell will contain the name of the variable.

Value

tsv string

See Also

Other generate.tsv: get.tsv.array, get.tsv.matrix, get.tsv.table, get.tsv.vector, get.tsv


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