undim: Undim

View source: R/util.R

undimR Documentation

Undim

Description

undim returns its input with the dim attribute removed

Usage

undim(x)

Arguments

x

an object

Value

x without dim attribute

Author(s)

Jens Oehlschlägel

See Also

unclass<-, unclass, unname, dim

Examples

  x <- matrix(1:12, 3)
  x
  undim(x)

ff documentation built on May 29, 2024, 9:50 a.m.

Related to undim in ff...