cmu-delphi / epiprocess

Tools for basic signal processing in epidemiology
https://cmu-delphi.github.io/epiprocess/
Other
13 stars 9 forks source link

select.epi_df falls back to tibble if geo_value or time_value are removed #505

Open dshemetov opened 2 months ago

dshemetov commented 2 months ago

We should either document this explicitly or error.

r$> epiprocess::jhu_csse_daily_subset %>% select(cases)
# A tibble: 4,026 × 1
   cases
 * <dbl>
 1     6
 2     4
 3     6
 4    11
 5    10
 6    18
 7    26
 8    19
 9    23
10    22
# ℹ 4,016 more rows
# ℹ Use `print(n = ...)` to see more rows
brookslogan commented 1 week ago

So seems like explicitly documenting might be the way to go.