artoo_formats: Report which formats are available

View source: R/io.R

artoo_formatsR Documentation

Report which formats are available

Description

List every registered codec and whether it can read and write in this session. The pure-R formats (xpt, json, rds) are always available; optional-engine formats (parquet) report FALSE until their package is installed. Purely informational, modelled on the diagnostic helpers in the wider ecosystem; it never aborts.

Usage

artoo_formats()

Value

A ⁠<data.frame>⁠ with one row per format and columns format, read, write (logical), and extensions.

See Also

read_dataset() and write_dataset() which use the registry.

Examples

# ---- Example 1: see what this session can read and write ----
#
# rds is always available; the table shows the extensions each codec claims.
artoo_formats()


artoo documentation built on July 23, 2026, 1:08 a.m.