Skip to content

Commit 0f722ff

Browse files
committedFeb 7, 2020
Remove useless code chunks
1 parent 222b808 commit 0f722ff

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎prophylactic.Rmd

-12
Original file line numberDiff line numberDiff line change
@@ -1049,18 +1049,6 @@ tmp <- run_plan(pipeline6, viparc, filtering = 1:3, watching = 1:3,
10491049
dplyr::rename(class = antimicrobials)
10501050
```
10511051

1052-
```{r}
1053-
tmp <- names(tmp$antimicrobials)
1054-
```
1055-
1056-
1057-
```{r}
1058-
cs <- tmp$clinical_signs
1059-
sel <- sapply(tmp$clinical_signs, length)
1060-
cs[which(sel > 1)] <- "all"
1061-
```
1062-
1063-
10641052
We can the split this output by the durations of the initial, filtering and
10651053
watching periods, and spread the data to show antimicrobials classes in rows and
10661054
clinical signs in columns:

0 commit comments

Comments
 (0)