Open
Description
To streamline analyses using our new package ecosystem, it might help to be able to get epi_df
s directly out of epidatr
. This could be opt-in with Suggests: epiprocess
and requiring it inside fetch_edf
. However, at minimum, this would involve renaming and setting key columns on a per-endpoint basis, and we might also consider pivoting to a wider format. Thus, it's a nontrivial amount of work. (But also hopefully a nontrivial amount of savings when actually being used.)
Might conflict with the goal of #72.