Object.get_global_beacon_status | R Documentation |
Retrieves the global beacon status for the specified dataset.
Object.get_global_beacon_status(id, raise_on_disabled = FALSE, env = .solveEnv)
id |
The ID of a SolveBio dataset. |
raise_on_disabled |
Whether to raise an exception if Global Beacon is disabled or to return NULL. |
env |
(optional) Custom client environment. |
## Not run:
Object.get_global_beacon_status("1234567890")
Object.get_global_beacon_status("1234567890", raise_on_disabled=TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.