io_tablet.data.frame: Export Dataframe as Tablet

View source: R/io_tablet.R

io_tablet.data.frameR Documentation

Export Dataframe as Tablet

Description

Exports a tablet as comma-separated variable, as well as a yamlet version of its decorations. A wrapper for io_csv.data.frame.

Usage

## S3 method for class 'data.frame'
io_tablet(x, file = "", ...)

Arguments

x

tablet

file

passed to io_csv

...

passed to io_csv

Value

invisible(file)

See Also

Other io: io_csv.tablet(), io_tablet(), io_tablet.character(), io_tablet.tablet()

Other interface: io_csv.tablet(), io_tablet.character(), io_tablet.tablet()

Examples

example(io_tablet)

tablet documentation built on July 19, 2026, 9:06 a.m.