pkgdown/custom.css

Skip to contents pkgdown/home.html

Shiny app to do the labeling based on crowns images.

Usage

shiny_labels(data_labeling = NULL, newFile = NULL, imgFolder = NULL)

Arguments

data_labeling

tbl_df. Labeling file resulting from the create_labelingFile

newFile

character. Path to save the new labeling file.

imgFolder

character. Path to crown images folder.

Examples


library(canObsR)

data(data_labeling)
data_labeling
#> # A tibble: 9,450 × 12
#>    site       id family   genus species     n obs   update date       phenophase
#>    <chr>   <int> <chr>    <chr> <chr>   <int> <chr> <chr>  <date>     <chr>     
#>  1 Bouamir     6 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#>  2 Bouamir    13 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#>  3 Bouamir    22 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#>  4 Bouamir    35 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#>  5 Bouamir    36 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#>  6 Bouamir    38 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#>  7 Bouamir    90 Irvingi… Desb… Desbor…   837 YN    2024_… 2022-03-26 L         
#>  8 Bouamir   100 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#>  9 Bouamir   103 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#> 10 Bouamir   124 Irvingi… Desb… Desbor…   837 NA    NA     2022-03-26 NA        
#> # ℹ 9,440 more rows
#> # ℹ 2 more variables: comments <chr>, Usable_crown <chr>
# shiny_labels(data_labeling = data_labeling) # Run it

pkgdown/footer.html