Learn R Programming

laminr (version 1.0.1)

lamin_delete: 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

Run this code
if (FALSE) {
lamin_init("to-delete")
lamin_delete("to-delete")
}

Run the code above in your browser using DataLab