You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should either document this explicitly or error.
r$>epiprocess::jhu_csse_daily_subset %>% select(cases)
# A tibble: 4,026 × 1cases*<dbl>1624364115106187268199231022# ℹ 4,016 more rows# ℹ Use `print(n = ...)` to see more rows
The text was updated successfully, but these errors were encountered:
dplyr_extending says decaying is the way you should do it, at least.
And ideally this would mainly happen when the user doesn't need epi_dfness anymore anyway. One exception before was .x fed to a geo-grouped slide computation, but recent slide updates have moved to .keep = TRUE so .x will now be an epi_df there, too.
So seems like explicitly documenting might be the way to go.
We should either document this explicitly or error.
The text was updated successfully, but these errors were encountered: