Skip to content

Commit a0ac0dc

Browse files
committed
Remove compactify-is-not-metadata discussion from vignette
1 parent 9792010 commit a0ac0dc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

vignettes/archive.Rmd

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,6 @@ as in `x$geo_type` or `x$time_type`, etc. Just like `as_epi_df()`, the function
145145
object is instantiated, if they are not explicitly specified in the function
146146
call (as it did in the case above).
147147

148-
Note that `compactify` is **NOT** metadata and is an argument passed when creating
149-
the dataset, without being stored in the end:
150-
151-
```{r,message=FALSE}
152-
# `dt` here is taken from the tests
153-
as_epi_archive(archive_cases_dv_subset$DT,compactify=TRUE)$geo_type # "state"
154-
as_epi_archive(archive_cases_dv_subset$DT,compactify=TRUE)$compactify # NULL
155-
```
156-
157148
## Producing snapshots in `epi_df` form
158149

159150
A key method of an `epi_archive` class is `as_of()`, which generates a snapshot

0 commit comments

Comments
 (0)