namesR Documentation

The Names of an Object

Description

Functions to get or set the names of an object.

Usage

## S4 method for signature 'fm'
names(x)

## S4 method for signature 'fmV'
names(x)

## S4 replacement method for signature 'fm,fm'
names(x) <- value

## S4 replacement method for signature 'fmV,fmV'
names(x) <- value

Arguments

x

a FlashR array

value

a FlashR array.

Details

Currently, value has to have the same length as x and has the same shape. FlashR currently doesn't support character vectors yet.

Value

names returns NULL or a FlashR array of the same length as x. names<- returns the updated object.