get.tsv.vector: Generate tsv for vector

Description Usage Arguments Details Value See Also

View source: R/copy.data.R

Description

Method generates tsv string for an vector

Usage

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

Arguments

type

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

name

name of the variable - not used

type

should be vector - not checked, not used

value

a vector

supported

should be TRUE - not checked, not used

Details

1 or 2 rows seperated with \n will be generated. If it is a named vector, first row will be a tab separated list of names. Second row will be a \t separated list of vector values.

Value

tsv string

See Also

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


sfr/RStudio-Addin-Snippets documentation built on May 29, 2019, 8:01 p.m.