io_tablet.character: Import Tablet

View source: R/io_tablet.R

io_tablet.characterR Documentation

Import Tablet

Description

Imports a tablet. A wrapper for io_csv.character that also reads associated yamlet metadata, if present, and applies it as attributes.

Usage

## S3 method for class 'character'
io_tablet(x, na.strings = "NA", strip.white = FALSE, ...)

Arguments

x

character file path

na.strings

passed to io_csv.character

strip.white

passed to io_csv.character

...

passed to io_csv.character

Value

data.frame

See Also

Other io: io_csv.tablet(), io_tablet(), io_tablet.data.frame(), io_tablet.tablet()

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

Examples

example(io_tablet)

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