Description Usage Arguments Value Examples
View source: R/editing.functions.R
Delete an event type
1 | delete.type(x, type)
|
x |
A TRONCO compliant dataset. |
type |
The name of the type to delete. |
A TRONCO complian dataset.
1 2 | data(test_dataset)
test_dataset = delete.type(test_dataset, 'Pattern')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.