Learn R Programming

mudata2 (version 1.1.3)

tbl_data: Access components of a mudata object

Description

Access components of a mudata object

Usage

tbl_data(x)

# S3 method for default tbl_data(x)

tbl_data_wide(x, ...)

# S3 method for default tbl_data_wide(x, key = "param", value = "value", ...)

tbl_params(x)

# S3 method for default tbl_params(x)

tbl_locations(x)

# S3 method for default tbl_locations(x)

tbl_datasets(x)

# S3 method for default tbl_datasets(x)

tbl_columns(x)

tbl_columns(x)

# S3 method for mudata tbl(src, which, ...)

x_columns(x)

# S3 method for default x_columns(x)

Value

The appropriate component

Arguments

x, src

A mudata object

...

Passed to other methods

key, value

Passed to spread

which

Which tbl to extract

Examples

Run this code
tbl_data(kentvillegreenwood)

Run the code above in your browser using DataLab