Learn R Programming

TRONCO (version 2.4.2)

as.description: as.description

Description

Return the description annotating the dataset, if any. Input 'x' should be a TRONCO compliant dataset - see is.compliant.

Usage

as.description(x)

Arguments

x
A TRONCO compliant dataset.

Value

The description annotating the dataset, if any.

Examples

Run this code
data(test_dataset)
as.description(test_dataset)

Run the code above in your browser using DataLab