We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a9a5c commit db115cfCopy full SHA for db115cf
NEWS.md
@@ -6,8 +6,11 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
6
7
## Breaking changes
8
9
-- `additional_metadata` is no longer used in `as_epi_df()` construction.
10
- `other_keys` is promoted to be an argument directly.
+- `additional_metadata` is no longer accepted in `as_epi_df()` or
+ `as_epi_archive()`. Use the new `other_keys` arg to specify additional key
11
+ columns, such as age group columns or other demographic breakdowns.
12
+ Miscellaneous metadata are no longer handled by `epiprocess`, but you can use
13
+ R's built-in `attr<-` instead for a similar feature.
14
15
## Improvements
16
0 commit comments