set_api_url {consibiocloudclient} | R Documentation |
This function sets the API URL in the environment variable named "CONSIBIO_API_HOST".
set_api_url(url = NULL)
url |
A character string representing the API URL. |
A character string representing the API URL.
## Not run:
set_api_url("https://api.v2.consibio.com")
## End(Not run)