Learn R Programming

tangram (version 0.8.2)

csv: Generate an csv from a tangram or cell object

Description

Given a tangram object create an index representation.

Usage

csv(object, ...)

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

# S3 method for default csv(object, ...)

Value

A string containing the csv file

Arguments

object

The cell header to render to HTML5

...

additional arguments to renderer. Unused

file

File to write result into

sep

separator to use