ColSpec2ShortType | R Documentation |
Converts a vroom::cols specification and turns it into standard abbreviations.
ColSpec2ShortType(colspec)
colspec |
A vroom::cols specification |
a character vector with single characters
ColSpec2ShortType(vroom::cols(a = "i", b = "d", c = "T")) #> integer double datetime #> "i" "d" "T"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.