Skip to content

Commit

Permalink
differences for PR #171
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 3, 2024
1 parent 81fdf17 commit 1002de7
Show file tree
Hide file tree
Showing 5 changed files with 15,022 additions and 17,343 deletions.
14 changes: 7 additions & 7 deletions clean-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ and the date of birth).
The `{cleanepi}` package offers a convenient function for calculating the time elapsed between two dated events at
different time scales. For example, the below code snippet utilizes the function `cleanepi::timespan()` to compute the
time elapsed since the date of sample for the case identified
until the date this document was generated (2024-11-14).
until the date this document was generated (2024-12-03).


``` r
Expand All @@ -659,16 +659,16 @@ sim_ebola_data %>%
# A tibble: 15,000 × 4
case_id date_sample years_since_collection remainder_months
<chr> <date> <dbl> <dbl>
1 14905 2015-06-04 9 5
2 13043 2014-03-01 10 8
3 14364 2015-03-03 9 8
1 14905 2015-06-04 9 6
2 13043 2014-03-01 10 9
3 14364 2015-03-03 9 9
4 14675 2031-12-14 -7 0
5 12648 2016-10-10 8 1
6 14274 2016-01-23 8 9
6 14274 2016-01-23 8 10
7 14132 2015-05-10 9 6
8 14715 2016-04-24 8 6
8 14715 2016-04-24 8 7
9 13435 2020-09-14 4 2
10 14816 2015-06-02 9 5
10 14816 2015-06-02 9 6
# ℹ 14,990 more rows
```

Expand Down
83 changes: 0 additions & 83 deletions config.yaml

This file was deleted.

Loading

0 comments on commit 1002de7

Please sign in to comment.