Skip to contents

Checks that all columns required for the schema's survey_type are mapped (non-NULL). Aborts with an informative cli_abort() listing each missing column and its table.

Usage

validate_creel_schema(schema)

Arguments

schema

A creel_schema object created by creel_schema().

Value

invisible(schema) if all required columns are mapped.