Backend runner functions return epw_morph_result objects. Use
epw_morph_result() in custom backends after producing complete hourly EPW
weather data.
epw_morph_result(
context,
epw = context$epw,
data,
parts = list(),
diagnostics = morpher__empty_diagnostics(),
factors = NULL
)Canonical EPW morphing context supplied to the backend runner.
EPW object associated with the result.
Complete hourly EPW weather data ready for Parquet output or EPW writing.
Optional named list of intermediate backend result tables.
Optional backend diagnostic rows.
Optional backend factor rows.
An epw_morph_result object.