Learn R Programming

TRONCO (version 2.4.2)

delete.type: delete.type

Description

Delete an event type

Usage

delete.type(x, type)

Arguments

x
A TRONCO compliant dataset.
type
The name of the type to delete.

Value

A TRONCO complian dataset.

Examples

Run this code
data(test_dataset)
test_dataset = delete.type(test_dataset, 'Pattern')

Run the code above in your browser using DataLab