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

(v0.7.1.9017) deps

This commit is contained in:
2019-07-29 21:20:26 +02:00
parent b7e2d7b9b8
commit ec0ca20dee
11 changed files with 17 additions and 14 deletions

View File

@ -30,6 +30,7 @@ On our website \url{https://msberends.gitlab.io/AMR} you can find \href{https://
\examples{
library(dplyr)
library(clean)
microorganisms \%>\% freq(kingdom)
microorganisms \%>\% group_by(kingdom) \%>\% freq(phylum, nmax = NULL)
}