tribbelise: Recreate a data frame as a tribble

View source: R/tribbelise.R

tribbeliseR Documentation

Recreate a data frame as a tribble

Description

Prints a representation of df using tribble() for constructing examples or configuration data.

Usage

tribbelise(df)

Arguments

df

A data frame.

Examples

quitte_example_data |>
    head() |>
    print() |>
    tribbelise()

pik-piam/quitte documentation built on April 12, 2025, 5:49 p.m.