[7a0be0]: / man / check_tabs.Rd

Download this file

22 lines (21 with data), 387 Bytes

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