columns: Get columns count on millesimes

View source: R/millesimes.R

columnsR Documentation

Get columns count on millesimes

Description

This command return the list of columns founded in the input tibble with the count. It allows you to verify millesimes are coherent

Usage

columns(data, quiet = FALSE)

Arguments

data

a datafiles tibble (as returned by the datafiles() function)

quiet

logical; suppress message. Default to FALSE

Value

a tibble with columns found in input datafiles and occurrence for each column

Examples

datafiles() %>% columns()

MTES-MCT/didor documentation built on April 7, 2023, 7:42 a.m.