io_tablet.tablet: Export Tablet

View source: R/io_tablet.R

io_tablet.tabletR Documentation

Export Tablet

Description

Exports a tablet as comma-separated variable, as well as a yamlet version of its decorations. Forwards to next method.

Usage

## S3 method for class 'tablet'
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.data.frame()

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

Examples

example(io_tablet)

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