Learn R Programming

arrayhelpers (version 0.75-20111128)

ensuredim: Enforce array and convert to vector if appropriate

Description

ensuredim turns vectors into 1d-arrays, and leaves arrays unchanged. drop1d is the inverse: it converts 1d arrays into vectors.

Usage

ensuredim(x)

drop1d(x, drop = TRUE)

Arguments

x
vector (or array)
drop
if TRUE, 1d arrays are converted into vectors

Value

  • esuredim array of at least one dimension

    drop1d vector, if x had only 1 dimension