Add a join/merge function to combine an `epi_archive` with non-versioned data in a data frame, e.g., to: - add unversioned population data - add unversioned epi data from an `epi_df` - potentially, add unversioned data without a `geo_value` from a data frame Naming might need thought, since R6 `$merge` is already taken with S3 `epix_merge`.