A function to create the xlsx file where to encode the phenophase.
Arguments
- path_crowns
chr. Path to the crown delinetion shapefile
- site
chr. site name (p.e "Bouamir").
- dates
chr. vector of dates (format should be '%Y-%m-%d' or '%Y%m%d' or '%Y_%m_%d').
- out_dir_path
chr. 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.