as.data.frame.mutaframe: Coercion to data.frame

View source: R/coercion.r

as.data.frame.mutaframeR Documentation

Coercion to data.frame

Description

Coerces a mutaframe to a data.frame

Usage

  ## S3 method for class 'mutaframe'
 as.data.frame(x, row.names =
  rownames(x), optional = FALSE, ...)

Arguments

x

a mutaframe

row.names

character vector of rownames, defaults to rownames of x

optional

see as.data.frame

...

see as.data.frame

Value

a data.frame


plumbr documentation built on May 7, 2022, 1:05 a.m.