DatasetMigration.delete {solvebio} | R Documentation |
DatasetMigration.delete
Description
Deletes specific dataset migration on SolveBio.
Usage
DatasetMigration.delete(id, env = solvebio:::.solveEnv)
Arguments
id |
String The ID of a SolveBio dataset migration. |
env |
(optional) Custom client environment. |
References
Examples
## Not run:
DatasetMigration.delete(<ID>)
## End(Not run)
[Package solvebio version 2.14.0 Index]