dot-tib_type_of: Determine the tib type of an object

.tib_type_ofR Documentation

Determine the tib type of an object

Description

Determine the tib type of an object

Usage

.tib_type_of(x, name, other)

Arguments

x

(any) The object to check.

name

(character(1)) The name of the field.

other

(logical(1)) If TRUE, return "other" for unrecognized types rather than throwing an error.

Value

One of "df", "list", "vector", or "other".


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