levels: Get and change the levels of the column in a Large File...

levels,laf-methodR Documentation

Get and change the levels of the column in a Large File object

Description

Get and change the levels of the column in a Large File object

Usage

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

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

## S4 method for signature 'laf_column'
levels(x)

## S4 replacement method for signature 'laf_column'
levels(x) <- value

Arguments

x

a "laf" object.

value

a list with the levels for each column.


LaF documentation built on April 4, 2025, 5:47 a.m.