meddra_auth {dmtools} | R Documentation |
Get the token
meddra_auth(target_url, meddra_id, api_key)
target_url |
The url for authenticate. |
meddra_id |
The user's meddra id. |
api_key |
The user's api key. |
A string scalar. The user's token.
## Not run:
meddra_auth(url, id, key)
## End(Not run)