From 9851a97ec915ddbfc8357f1a7e2cabae56c89f7d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 18 Dec 2015 14:45:24 +0100 Subject: Documentation fixes, chents is currently a hard dependency --- pkg/R/endpoint.R | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/R/endpoint.R') diff --git a/pkg/R/endpoint.R b/pkg/R/endpoint.R index f9b9102..6cc253a 100644 --- a/pkg/R/endpoint.R +++ b/pkg/R/endpoint.R @@ -16,6 +16,9 @@ #' usage section is not exclusive #' @param aggregator The aggregator function. Can be mean, #' \code{\link{geomean}}, or identity, for example. +#' @param raw Should the number(s) be returned as stored in the chent +#' object (could be a character value) to retain original information +#' about precision? #' @param signif How many significant digits do we want #' @return The result from applying the aggregator function to #' the values converted to a numeric vector, rounded to the -- cgit v1.2.3