Structure of objects
Similar to str()
but with more information for Altrep objects.
vroom_str(x)
x |
a vector |
# 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.