diff --git a/R/fullThresholds.R b/R/fullTHRESHOLDS.R similarity index 100% rename from R/fullThresholds.R rename to R/fullTHRESHOLDS.R diff --git a/man/fullTHRESHOLDS.Rd b/man/fullTHRESHOLDS.Rd new file mode 100644 index 00000000..a08bf55f --- /dev/null +++ b/man/fullTHRESHOLDS.Rd @@ -0,0 +1,19 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/fullTHRESHOLDS.R +\name{fullTHRESHOLDS} +\alias{fullTHRESHOLDS} +\title{export validation thresholds} +\usage{ +fullTHRESHOLDS(type = "config") +} +\arguments{ +\item{type}{choose either "config" to export thresholds as used in the +validationConfig or "full" to export all pipeline data} +} +\description{ +assemble near-term thresholds from project pipelines and potentially other +data sources and export them to a file +} +\author{ +Pascal Weigmann +}