| artoo_formats | R Documentation |
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.
artoo_formats()
A <data.frame> with one row per format and columns format,
read, write (logical), and extensions.
read_dataset() and write_dataset() which use the registry.
# ---- Example 1: see what this session can read and write ----
#
# rds is always available; the table shows the extensions each codec claims.
artoo_formats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.