csv: Generate an csv from a tangram or cell object

View source: R/render-csv.R

csvR Documentation

Generate an csv from a tangram or cell object

Description

Given a tangram object create an index representation.

Usage

csv(object, ...)

## S3 method for class 'tangram'
csv(object, file = NULL, sep = ",", ...)

## Default S3 method:
csv(object, ...)

Arguments

object

The cell header to render to HTML5

...

additional arguments to renderer. Unused

file

File to write result into

sep

separator to use

Value

A string containing the csv file


spgarbet/tangram documentation built on Feb. 12, 2023, 7:13 p.m.