names,laf-method {LaF}R Documentation

Get and set the names of the columns in a Large File object

Description

Get and set the names of the columns in a Large File object

Usage

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

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

Arguments

x

a "laf" object.

value

a character vector with the new column names


[Package LaF version 0.8.4 Index]