Last data update: 2014.03.03

R: Get the names of the columns in a Large File object
names,laf-methodR Documentation

Get the names of the columns in a Large File object

Description

Get 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

an R object.

value

a character vector of up to the same length as x, or NULL.

Results