Learn R Programming

TRONCO (version 2.4.2)

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

Run this code
data(test_dataset)
view(test_dataset)

Run the code above in your browser using DataLab