We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3872109 commit 06aed90Copy full SHA for 06aed90
vignettes/signal-discovery.Rmd
@@ -31,8 +31,14 @@ The site also includes a search tool if you have a keyword (e.g. "Taiwan") in mi
31
32
## Signal metadata
33
34
-...?
+Some endpoints have partner metadata available that, depending on
35
+the endpoint, provides information about the signals that are available, what
36
+time ranges they are available for, and when they have been updated.
37
38
+```{r, echo = FALSE}
39
+invisible(capture.output(endpts <- avail_endpoints()))
40
+filter(endpts, endsWith(Endpoint, "_meta()")) %>% knitr::kable()
41
+```
42
43
## Interactive tooling
44
0 commit comments