diff options
Diffstat (limited to 'docs/reference/endpoint.html')
-rw-r--r-- | docs/reference/endpoint.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/reference/endpoint.html b/docs/reference/endpoint.html index 5e038b1..b17611e 100644 --- a/docs/reference/endpoint.html +++ b/docs/reference/endpoint.html @@ -115,12 +115,12 @@ this function.</p> <dt>value</dt> -<dd><p>The name of the value we want. The list given in the +<dd><p>The name of the value we want. The list given in the usage section is not exclusive</p></dd> <dt>aggregator</dt> -<dd><p>The aggregator function. Can be mean, +<dd><p>The aggregator function. Can be mean, <code><a href="geomean.html">geomean</a></code>, or identity, for example.</p></dd> @@ -147,10 +147,10 @@ about precision?</p></dd> <p>The result from applying the aggregator function to - the values converted to a numeric vector, rounded to the - given number of significant digits, or, if raw = TRUE, - the values as a character value, retaining any implicit - information on precision that may be present.</p> +the values converted to a numeric vector, rounded to the +given number of significant digits, or, if raw = TRUE, +the values as a character value, retaining any implicit +information on precision that may be present.</p> </div> <div class="section level2"> <h2 id="details">Details<a class="anchor" aria-label="anchor" href="#details"></a></h2> |