diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-12 21:59:34 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-12 21:59:34 +0100 |
commit | 4079a2c496aa4e8c6dc2a93afedcbedbf7a852b5 (patch) | |
tree | 8281ddd094c84d3bd0663fe2f060985f4a212e6b /docs/reference/endpoint.html | |
parent | d66bd4aa0bf9c4d9b8793a4e308c9e80691b440f (diff) |
Enable markdown and rebuild docs
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> |