Skip to content

Commit

Permalink
updated epicurve chapter with incidence2 and completed diagram chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
arranhamlet committed Sep 26, 2024
1 parent ca573fc commit e3dbfbe
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 179 deletions.
10 changes: 7 additions & 3 deletions new_pages/data_used.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,21 @@ You can download the offline version of this handbook as an HTML file so that yo

### Option 1: Use download link {.unnumbered}

For quick access, **right-click** [this link](https://github.com/appliedepi/epirhandbook_eng/raw/master/offline_long/Epi_R_Handbook_offline.html) **and select "Save link as"**.
For quick access, **right-click** [this link](https://github.com/appliedepi/epiRhandbook_eng/raw/master/offline_long/index.en.html) **and select "Save link as"**.

If on a Mac, use Cmd+click. If on a mobile, press and hold the link and select "Save link". The handbook will download to your device. If a screen with raw HTML code appears, ensure you have followed the above instructions or try Option 2.




### Option 2: Use our R package {.unnumbered}

We offer an R package called **epirhandbook**. It includes a function `download_book()` that downloads the handbook file from our Github repository to your computer.
We offer an R package called **epirhandbook**. It includes a function `download_book()` that downloads the handbook file from our Github repository to your computer. If you wish to download the book in a language other than English, you can specify this by specifying the language.

```{eval = F}
download_book(fr)
```

Currently we support French (fr), German (de), Spanish (es), Portuguese (pt), Vietnamese (vn), Japanese (jp), Turkish (tr), and Russian (ru).

This package also contains a function `get_data()` that downloads all the example data to your computer.

Expand Down
Loading

0 comments on commit e3dbfbe

Please sign in to comment.