From e77ebe7bb15dbf6ab95bdbcd4fc13abb2c77cbbd Mon Sep 17 00:00:00 2001 From: csobier Date: Mon, 12 Dec 2016 13:50:59 -0500 Subject: [PATCH] missed tool Totally missed mention of Editor here, changed to Builder. --- doc/measures_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/measures_functions.md b/doc/measures_functions.md index 699c906..8f2f026 100644 --- a/doc/measures_functions.md +++ b/doc/measures_functions.md @@ -4,7 +4,7 @@ There are hundreds of measures and the list is growing with each release. You can currently discover and learn about measures contained in the Data Observatory by downloading our [Data Catalog](https://cartodb.github.io/bigmetadata/index.html). -You can [access](https://carto.com/docs/carto-engine/data/accessing) measures through the CARTO Editor. The same methods will work if you are using the CARTO Engine to develop your application. We [encourage you](https://carto.com/docs/carto-engine/data/accessing/#best-practices) to use table modifying methods (UPDATE and INSERT) over dynamic methods (SELECT). +You can [access](https://carto.com/docs/carto-engine/data/accessing) measures through CARTO Builder. The same methods will work if you are using the CARTO Engine to develop your application. We [encourage you](https://carto.com/docs/carto-engine/data/accessing/#best-practices) to use table modifying methods (UPDATE and INSERT) over dynamic methods (SELECT). ## OBS_GetUSCensusMeasure(point geometry, measure_name text)