| hecateSearch | R Documentation |
Search Hecate concepts and return results as a data frame
hecateSearch(
query,
vocabularyId = NULL,
standardConcept = NULL,
domainId = NULL,
conceptClassId = NULL,
limit = 20,
client = hecateClient()
)
query |
Character(1); search query (required). |
vocabularyId |
Character(1) or NULL; optional vocabulary filter (comma-separated). |
standardConcept |
Character(1) or NULL; e.g. |
domainId |
Character(1) or NULL; optional domain filter (comma-separated). |
conceptClassId |
Character(1) or NULL; optional concept class filter. |
limit |
Integer(1); max results (default 20, max 150). |
client |
Hecate client (default |
Data frame of search results, or NULL if an error occurred (API error or bad response shape).
## Not run:
# Simple search
df <- hecateSearch("diabetes")
# Search with filters
df <- hecateSearch("hypertension", domainId = "Condition", limit = 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.