Object.get_download_url {solvebio} | R Documentation |
Helper method to get the download URL for a file object.
Object.get_download_url(id, env = solvebio:::.solveEnv)
id |
The ID of the object. |
env |
(optional) Custom client environment. |
## Not run:
Object.get_download_url("1234567890")
## End(Not run)