dot-format_tib_f: Return the display function name for a collector

.format_tib_fR Documentation

Return the display function name for a collector

Description

Return the display function name for a collector

Usage

.format_tib_f(x)

## S3 method for class 'tib_unspecified'
.format_tib_f(x)

## S3 method for class 'tib_scalar_logical'
.format_tib_f(x)

## S3 method for class 'tib_scalar_integer'
.format_tib_f(x)

## S3 method for class 'tib_scalar_numeric'
.format_tib_f(x)

## S3 method for class 'tib_scalar_character'
.format_tib_f(x)

## S3 method for class 'tib_scalar_date'
.format_tib_f(x)

## S3 method for class 'tib_scalar_chr_date'
.format_tib_f(x)

## S3 method for class 'tib_scalar'
.format_tib_f(x)

## S3 method for class 'tib_vector_logical'
.format_tib_f(x)

## S3 method for class 'tib_vector_integer'
.format_tib_f(x)

## S3 method for class 'tib_vector_numeric'
.format_tib_f(x)

## S3 method for class 'tib_vector_character'
.format_tib_f(x)

## S3 method for class 'tib_vector_date'
.format_tib_f(x)

## S3 method for class 'tib_vector_chr_date'
.format_tib_f(x)

## S3 method for class 'tib_vector'
.format_tib_f(x)

## S3 method for class 'tib_variant'
.format_tib_f(x)

## S3 method for class 'tib_row'
.format_tib_f(x)

## S3 method for class 'tib_df'
.format_tib_f(x)

## S3 method for class 'tib_recursive'
.format_tib_f(x)

## Default S3 method:
.format_tib_f(x)

Arguments

x

A tibblify collector object.

Value

(character(1)) The (possibly ANSI-colored) function name string.


tibblify documentation built on May 9, 2026, 5:07 p.m.