as_mudata: Coerce objects to mudata

View source: R/mudata.R

as_mudataR Documentation

Coerce objects to mudata

Description

Coerce objects to mudata

Usage

as_mudata(x, ...)

as.mudata(x, ...)

## S3 method for class 'mudata'
as_mudata(x, ...)

## S3 method for class 'data.frame'
as_mudata(x, ...)

## S3 method for class 'tbl'
as_mudata(x, ...)

## S3 method for class 'list'
as_mudata(x, ...)

Arguments

x

An object

...

Passed to other methods

Value

A mudata object or an error


mudata2 documentation built on Jan. 22, 2023, 1:48 a.m.