Primary control function of the export, transform, and load (ETL) process. Takes standardized model outputs and user-input parameters to export the model estimates appropriately.
Arguments
- params
User-input parameters defined during the model estimation process.
- analysis_lut
Lookup table created during the model estimation process which stores a session-specific analysis_id key and metadata about the analysis.
- creel_estimates
List object containing model estimates in a standardized format. Typically passed from 'transform_estimates' function.
- conn
Database connection object. If NULL (default), a new connection will be established.
See also
Other ETL:
json_conversion(),
map_data_grade(),
prep_export(),
process_estimates_bss(),
process_estimates_pe(),
transform_estimates(),
write_lut(),
write_stratum(),
write_total()
