as_csv_string: Convert a data frame to a csv string

View source: R/utilities.R

as_csv_stringR Documentation

Convert a data frame to a csv string

Description

Convert a data frame to a csv string

Usage

as_csv_string(x)

Arguments

x

the object to be written, preferably a matrix or data frame. If not, it is attempted to coerce x to a data frame.

Value

a csv character string representation of x

Examples

as_csv_string(mtcars)

the-mad-statter/washu documentation built on May 11, 2023, 7:24 p.m.