Object.get_download_url {solvebio}R Documentation

Object.get_download_url

Description

Helper method to get the download URL for a file object.

Usage

Object.get_download_url(id, env = solvebio:::.solveEnv)

Arguments

id

The ID of the object.

env

(optional) Custom client environment.

References

https://docs.solvebio.com/

Examples

## Not run: 
Object.get_download_url("1234567890")

## End(Not run)


[Package solvebio version 2.14.0 Index]