Appends data for a single year to an existing table. Validates that the year does not already exist and that columns are compatible. Factor levels are merged (union of existing + new).
Arguments
- conn
A DBI connection object from
db_init().- panel_obj
An
alprek_budget_panel,alprek_classroom_panel, oralprek_student_panelobject containing data for a single year.- table
Character or
NULL. Override table name. IfNULL(default), auto-detected from S3 class.