From 4079a2c496aa4e8c6dc2a93afedcbedbf7a852b5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:59:34 +0100 Subject: Enable markdown and rebuild docs --- docs/reference/endpoint.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/reference/endpoint.html') 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.

value
-

The name of the value we want. The list given in the +

The name of the value we want. The list given in the usage section is not exclusive

aggregator
-

The aggregator function. Can be mean, +

The aggregator function. Can be mean, geomean, or identity, for example.

@@ -147,10 +147,10 @@ about precision?

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.

+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.

Details

-- cgit v1.2.1