Fix epi_df creators #312
Labels
cleanup
improvements to developing&building experience&quality, not directly to built pkg&docs
good first issue
Good for newcomers
epiprocess/R/epi_df.R
Line 114 in a509f03
as_epi_df()
does the validation and wrapsnew_epi_df()
, so that's all the user would need.new_epi_df()
should not be exported unless it validates it's arguments.as_epi_df()
needs to validate that any column names inadditional_metadata$other_keys
are inx
.(We may also want to consider making
other_keys
a specific argument rather than forcing it to be part of theadditional_metadata
list.)The text was updated successfully, but these errors were encountered: