Learn R Programming

shard (version 0.1.0)

factor_col: Categorical column type

Description

Stores factors as int32 codes plus shared levels metadata.

Usage

factor_col(levels)

Value

A shard_coltype object.

Arguments

levels

Character vector of allowed levels.