Dataset.activity {solvebio} | R Documentation |
A helper function to get or follow the current activity on a dataset.
Dataset.activity(id, follow = TRUE, env = solvebio:::.solveEnv)
id |
String The ID of a SolveBio dataset |
follow |
Follow active tasks until they complete. |
env |
(optional) Custom client environment. |
## Not run:
Dataset.activity("1234567890")
## End(Not run)