Description Usage Arguments Value Examples
View source: R/fcot_colnames.R
Verify the names of the data.frame
1 | fcot_colnames(data, noms_colonnes, table_orig)
|
data |
tableau |
noms_colonnes |
les noms souhaités |
table_orig |
le nom du tableau |
un tableau de 6 colonnes :
test : code du test
valeur_test : oui ou non oui correspond à la validation du test
table_orig : nom du tableau d'origine
test_precis : code du test
message : message d'erreur
1 2 | obj <- data.frame(a=1:5)
fcot_colnames(obj,noms_colonnes=c("a"),table_orig="table test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.