R/qt_drugs.R
api_qt_pzn.Rd
Get QT category for a list of PZNs
api_qt_pzn(creds, pzns)
A list containing the access token and host
A vector with the PZNs
A data frame with the QT category
api_login() to retrieve the login object.
api_login()
if (FALSE) { # \dontrun{ creds <- api_login("https://api.example.com", "username", "password", "user") api_qt_pzn(creds, c("PZN1", "PZN2")) } # }