A function to create the xlsx file to do the labeling
Usage
create_labelingFile(
path_crowns,
site = NULL,
dates = NULL,
save_xlsx = FALSE,
directory = NULL
)
Arguments
- path_crowns
chr. Path to the crown file
- site
chr. site name.
- dates
chr. vector of dates (format should be 'YYYYMMDD', p.e '20220925').
- save_xlsx
logical. If TRUE, it will save the table as xlsx file. Indicate the path as the directory parameters
- directory
The path where to save the xlsx file.