lamin_delete {laminr} | R Documentation |
LaminDB delete
Description
Delete a LaminDB entity. Currently only supports instances.
Usage
lamin_delete(instance, force = FALSE)
Arguments
instance |
Identifier for the instance to delete (e.g. "owner/name") |
force |
Whether to force deletion without asking for confirmation |
Examples
## Not run:
lamin_init("to-delete")
lamin_delete("to-delete")
## End(Not run)
[Package laminr version 1.1.1 Index]