vroom_str: Structure of objects

View source: R/altrep.R

vroom_strR Documentation

Structure of objects

Description

Similar to str() but with more information for Altrep objects.

Usage

vroom_str(x)

Arguments

x

a vector

Examples

# when used on non-altrep objects altrep will always be false
vroom_str(mtcars)

mt <- vroom(vroom_example("mtcars.csv"), ",", altrep = c("chr", "dbl"))
vroom_str(mt)

vroom documentation built on Nov. 5, 2025, 7:46 p.m.