Returns the full catalog of available Achilles analyses from the server.
If the achilles_analysis table exists, its contents are returned
directly; otherwise, the server discovers available analyses by inspecting
distinct analysis_id values in the achilles_results table.
Since the catalog is identical across servers, the pooled result is taken
from the first responding server.
Value
A dsomop_result object with scope = "pooled".
The pooled result is a data frame listing all available analysis IDs
and their descriptions.
Examples
if (FALSE) { # \dontrun{
catalog <- ds.omop.achilles.catalog()
head(catalog$pooled)
} # }