Learn R Programming

crunch (version 1.30.4)

ncol: Dataset dimensions

Description

Dataset dimensions

Usage

ncol(x)

# S4 method for CrunchDataset dim(x)

# S4 method for CrunchDataset ncol(x)

Value

integer vector of length 2, indicating the number of rows and non-hidden variables in the dataset. Array subvariables are excluded from the column count.

Arguments

x

a Dataset

See Also