Create Season Field Sheets
create_season_field_sheets.Rd
create_season_field_sheets()
creates an excel workbook and appends
multiple formatted field worksheets for sample event IDs in a given sample plan.
Arguments
- con
A valid connection to the database
- season
format YYYY
- field_sheet_filepath
The filepath and name desired for the workbook containing field sheets.
Value
A Workbook object from createWorkbook
with a worksheet for each sampling event in the
sample plan.
Details
create_season_field_sheets()
creates field sheets for all unique sample event IDs in a given season.
For a given season, the function will gather all sampling events for that year up to September 30th and all sampling events
from the previous year after October 1st.
See also
Other field sheet helpers:
create_field_sheet()
,
get_field_sheet_event_plan()
,
process_field_sheet_samples()
,
update_field_sheet_samples()