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
# new_epi_archive correctly detects and warns about compactification
2
+
3
+
Code
4
+
res <- dumb_ex %>% as_epi_archive()
5
+
Condition
6
+
Warning:
7
+
Found rows that appear redundant based on last (version of each) observation carried forward; these rows have been removed to 'compactify' and save space:
8
+
Key: <geo_value, time_value, version>
9
+
geo_value time_value value version
10
+
<char> <Date> <num> <Date>
11
+
1: ca 2020-01-01 1 2020-01-02
12
+
Built-in `epi_archive` functionality should be unaffected, but results may change if you work directly with its fields (such as `DT`). See `?as_epi_archive` for details. To silence this warning but keep compactification, you can pass `compactify=TRUE` when constructing the archive.
0 commit comments