csv {tangram}R 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


[Package tangram version 0.8.2 Index]