tbl_data: Access components of a mudata object

View source: R/mudata_helpers.R

tbl_dataR Documentation

Access components of a mudata object

Description

Access components of a mudata object

Usage

tbl_data(x)

## Default S3 method:
tbl_data(x)

tbl_data_wide(x, ...)

## Default S3 method:
tbl_data_wide(x, key = "param", value = "value", ...)

tbl_params(x)

## Default S3 method:
tbl_params(x)

tbl_locations(x)

## Default S3 method:
tbl_locations(x)

tbl_datasets(x)

## Default S3 method:
tbl_datasets(x)

tbl_columns(x)

tbl_columns(x)

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

x_columns(x)

## Default S3 method:
x_columns(x)

Arguments

x, src

A mudata object

...

Passed to other methods

key, value

Passed to spread

which

Which tbl to extract

Value

The appropriate component

Examples

tbl_data(kentvillegreenwood)

paleolimbot/mudata documentation built on Oct. 3, 2023, 10:03 a.m.