lamin_delete | R Documentation |
Delete a LaminDB entity. Currently only supports instances.
lamin_delete(instance, force = FALSE)
instance |
Identifier for the instance to delete (e.g. "owner/name") |
force |
Whether to force deletion without asking for confirmation |
## Not run:
lamin_init("to-delete")
lamin_delete("to-delete")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.