Skip to content
Snippets Groups Projects
Unverified Commit 0dfdcd55 authored by Todor Kondic's avatar Todor Kondic
Browse files

Update docs and NAMESPACE

parent d81910d6
No related branches found
No related tags found
No related merge requests found
......@@ -14,5 +14,6 @@ export(prescreen)
export(run)
export(run_in_dir)
export(sort_spectra)
export(subset_summary)
import(data.table)
importFrom(shiny,validate)
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/api.R
\name{sort_spectra}
\alias{sort_spectra}
\title{Sort the Summary Table}
\usage{
sort_spectra(m)
}
\arguments{
\item{m}{}
}
\value{
m
}
\description{
Sets the key specified by DEF_KEY_SUMM and adds second indices,
either from DEF_INDEX_SUMM, or user-specified in
conf[\link{"summary table"}]$order. The order entry is a list of
strings with names of columns in summ, optionally prefixed with a
minus(-) sign. Columns prefixed with the minus are going to be in
ascending order.
}
\author{
Todor Kondić
}
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/api.R
\name{subset_summary}
\alias{subset_summary}
\title{Subset the Summary Table}
\usage{
subset_summary(m)
}
\arguments{
\item{m}{}
}
\value{
m
}
\description{
Subsets the summary table by applying conditions set out in the
filter subkey of summary table key of the config. Each member of
filter is an expression that and all of them are chained together
using AND logical operation and applied to the summary table.
}
\author{
Todor Kondić
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment