columns | R Documentation |
This command return the list of columns founded in the input tibble with the count. It allows you to verify millesimes are coherent
columns(data, quiet = FALSE)
data |
a datafiles tibble (as returned by the |
quiet |
logical; suppress message. Default to FALSE |
a tibble with columns found in input datafiles and occurrence for each column
datafiles() %>% columns()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.