
Launch Specimen Import Wizard
launch_specimen_import_wizard.RdLaunches an interactive wizard-style Shiny application for importing new herbarium specimens to the database from Excel/CSV files.
Details
**Wizard Steps:** - Step 1: Upload your data file - Step 2: Map your columns to database fields - Step 3: Match collector names and taxa to the database - Step 4: Preview and import to the specimens table
The wizard guides you through the entire import process with validation at each step. Collector names are matched to the `table_colnam` lookup table, and taxonomic identifications are validated against the taxa database.
For creating links between specimens and individuals, use the separate `launch_individual_specimen_linking_app()` function.