fcot_colnames: Verify the names of the data.frame

Description Usage Arguments Value Examples

View source: R/fcot_colnames.R

Description

Verify the names of the data.frame

Usage

1
fcot_colnames(data, noms_colonnes, table_orig)

Arguments

data

tableau

noms_colonnes

les noms souhaités

table_orig

le nom du tableau

Value

un tableau de 6 colonnes :

Examples

1
2
obj <- data.frame(a=1:5)
fcot_colnames(obj,noms_colonnes=c("a"),table_orig="table test")

SebastienBoutry/CheckOfTable documentation built on Jan. 3, 2022, 4:34 a.m.