Object.retrieve {solvebio}R Documentation

Object.retrieve

Description

Retrieves the metadata about a specific object on SolveBio.

Usage

Object.retrieve(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.retrieve("1234567890")

## End(Not run)


[Package solvebio version 2.14.0 Index]