vroom_str | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.