Commit the man pages and make aggregate public again

This commit is contained in:
2018-07-25 21:38:48 +02:00
parent 51f152cca4
commit 052d6edc75
41 changed files with 1659 additions and 5 deletions

21
man/read.ngsfilter.Rd Normal file
View File

@@ -0,0 +1,21 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/read.ngsfilter.R
\name{read.ngsfilter}
\alias{read.ngsfilter}
\title{Read an OBITools ngsfilter file}
\usage{
read.ngsfilter(filename, decimal = ".", as.is = !stringsAsFactors,
stringsAsFactors = default.stringsAsFactors())
}
\description{
Reads a ngsfilter file as formatted for the OBITools. For now, needs to be tab delimited till the "F" column.
Any additionnal information needs to be space delimited.
}
\seealso{
\code{\link{import.metabarcoding.data}}
}
\author{
Lucie Zinger
}
\keyword{data}
\keyword{import}