View source: R/indicationsQuery.R
| indicationsQuery | R Documentation | 
This function queries the Open Targets GraphQL API to retrieve indications data for a specified drug.
indicationsQuery(chemblId)
chemblId | 
 Character: ChEMBL ID of the target drug (e.g., "CHEMBL1016").  | 
Returns a tibble containing indications data for the specified drug.
## Not run: 
result <- indicationsQuery(chemblId = "CHEMBL1016")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.