Contrôle du tableau liste floristique pour le calcul de l'IBDL

fibdl_checkof_listflor(data)

Arguments

data

tableau représentant la liste floristique

Examples

list_flor <- read.csv2(system.file("listflor.csv", package = "IBDL"),fileEncoding = "utf-8")
fibdl_checkof_listflor(list_flor)
#> # A tibble: 7 × 6
#>   test  valeur_test nom_test                table_orig  test_precis message
#>   <chr> <chr>       <chr>                   <chr>       <chr>       <chr>  
#> 1 1.1   oui         data.frame_format       liste flore 1.1         ""     
#> 2 1.2   oui         data.frame_colnames     liste flore 1.2         ""     
#> 3 2.2   oui         colnames_value_empty    liste flore 2.2.1       ""     
#> 4 2.1   oui         colnames_type_character liste flore 2.1.1       ""     
#> 5 2.1   oui         colnames_type_numeric   liste flore 2.1.2       ""     
#> 6 2.2   oui         colnames_value_positive liste flore 2.2.1       ""     
#> 7 2.3   oui         colnames_value_interval liste flore 2.3.1       ""