1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 09:51:48 +02:00

website update

This commit is contained in:
2019-05-12 07:22:03 +02:00
parent fcc77164e9
commit 0444c4ed9d
12 changed files with 317 additions and 316 deletions

View File

@ -114,7 +114,7 @@ All classes will be printed into the header (default is `FALSE` when using markd
```{r, echo = TRUE}
septic_patients %>%
freq(amox, header = TRUE)
freq(AMX, header = TRUE)
```
## Frequencies of dates
@ -148,7 +148,7 @@ With the `na.rm` parameter (defaults to `TRUE`, but they will always be shown in
```{r, echo = TRUE}
septic_patients %>%
freq(amox, na.rm = FALSE)
freq(AMX, na.rm = FALSE)
```
### Parameter `row.names`