A function to create the xlsx file where to encode the phenophase.
Arguments
- path_crowns
character. Path to the crown delinetion shapefile
- site
character. site name (p.e "Bouamir").
- dates
character vector. Dates (format of dates should be '%Y-%m-%d', '%Y%m%d' or '%Y_%m_%d').
- out_dir_path
character. The path to the directory used to store the images. By defaut it is NULL, the data will not be saved but will be return as tibble. If it is not NULL, an xlsx file will be saved.
Value
A tibble with the variable site, id, family, genus, species, n, obs, update, date, phenophase and comments.
where n, obs, update, phenophase and comments and comments will be NULL. This tibble can be used in the shiny_labels()
applications to be filled.