as.png.data.frame {latexpdf}R Documentation

Coerce to PNG from Data Frame.

Description

Coerces to PNG from 'data.frame'.

Usage

## S3 method for class 'data.frame'
as.png(x, replace = TRUE, ...)

Arguments

x

data.frame

replace

whether to delete the intermediate PDF if successful

...

passed to as.pdf.data.frame and to ghostconvert

Value

path to the file created

See Also

as.pdf.data.frame

ghostconvert

Examples

## Not run: 
browseURL(as.png(head(Theoph), dir = tempdir(), gs_cmd = 'mgs'))

## End(Not run)

[Package latexpdf version 0.1.8 Index]