view {TRONCO}R Documentation

view

Description

Print to console a short report of a dataset 'x', which should be a TRONCO compliant dataset - see is.compliant.

Usage

view(x, view = 5)

Arguments

x

A TRONCO compliant dataset.

view

The firse view events are shown via head.

Examples

data(test_dataset)
view(test_dataset)


[Package TRONCO version 2.26.0 Index]