powered by
Similar to str() but with more information for Altrep objects.
str()
vroom_str(x)
a vector
# NOT RUN { # when used on non-altrep objects altrep will always be false vroom_str(mtcars) mt <- vroom(vroom_example("mtcars.csv"), ",", altrep_opts = c("chr", "dbl")) vroom_str(mt) # }
Run the code above in your browser using DataLab