Diff of /man/check_tabs.Rd [000000] .. [13df9a]

Switch to unified view

a b/man/check_tabs.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/1.calculate.R
3
\name{check_tabs}
4
\alias{check_tabs}
5
\title{Check tables and extract common samples}
6
\usage{
7
check_tabs(...)
8
}
9
\arguments{
10
\item{...}{tables}
11
}
12
\value{
13
formatted tables
14
}
15
\description{
16
Check tables and extract common samples
17
}
18
\examples{
19
data("otutab", package = "pcutils")
20
check_tabs(otutab)
21
}