mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 09:11:51 +02:00
as.mo improvement
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/data.R
|
||||
% Please edit documentation in R/catalogue_of_life.R
|
||||
\name{catalogue_of_life_version}
|
||||
\alias{catalogue_of_life_version}
|
||||
\title{Version info of included Catalogue of Life}
|
||||
@ -7,7 +7,7 @@
|
||||
catalogue_of_life_version()
|
||||
}
|
||||
\description{
|
||||
Version info of included Catalogue of Life
|
||||
This function returns a list with info about the included data from the Catalogue of Life. It also shows if the included version is their latest annual release. The Catalogue of Life releases their annual release in March each year.
|
||||
}
|
||||
\section{Catalogue of Life}{
|
||||
|
||||
@ -33,6 +33,11 @@ The syntax used to transform the original data to a cleansed R format, can be fo
|
||||
On our website \url{https://msberends.gitlab.io/AMR} you can find \href{https://msberends.gitlab.io/AMR/articles/AMR.html}{a comprehensive tutorial} about how to conduct AMR analysis, the \href{https://msberends.gitlab.io/AMR/reference}{complete documentation of all functions} (which reads a lot easier than here in R) and \href{https://msberends.gitlab.io/AMR/articles/WHONET.html}{an example analysis using WHONET data}.
|
||||
}
|
||||
|
||||
\examples{
|
||||
library(dplyr)
|
||||
microorganisms \%>\% freq(kingdom)
|
||||
microorganisms \%>\% group_by(kingdom) \%>\% freq(phylum, nmax = NULL)
|
||||
}
|
||||
\seealso{
|
||||
\code{\link{microorganisms}}
|
||||
}
|
||||
|
Reference in New Issue
Block a user