Delete an event type

delete.type(x, type)

Arguments

x

A TRONCO compliant dataset.

type

The name of the type to delete.

Value

A TRONCO complian dataset.

Examples

data(test_dataset)
test_dataset = delete.type(test_dataset, 'Pattern')