R/indicationsQuery.R
indicationsQuery.Rd
This function queries the Open Targets GraphQL API to retrieve indications data for a specified drug.
indicationsQuery(chemblId)
Character: ChEMBL ID of the target drug (e.g., "CHEMBL1016").
Returns a tibble containing indications data for the specified drug.
if (FALSE) { # \dontrun{ result <- indicationsQuery(chemblId = "CHEMBL1016") } # }