vcol | R Documentation |
Print names and numbers of the columns in Console (ver = FALSE) or Viewer (ver = TRUE).
vcol(datos, ver = FALSE)
datos |
Data to see the numbered colnames. |
ver |
FALSE to display them in Console, TRUE to display in Viewer. |
vcol(mtcars)
vcol(iris, ver = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.