as.csv.string: Produces a csv string from x, returned as a length 1 chr...

View source: R/support.r

as.csv.stringR Documentation

Produces a csv string from x, returned as a length 1 chr vector.

Description

Produces a csv string from x, returned as a length 1 chr vector.

Usage

as.csv.string(x, title = NULL, row.names = T)

Arguments

x

object

title

optional title to prepend to output

row.names

either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written

Value

a character vector


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.