Learn R Programming

EdSurvey (version 1.0.6)

dim.edsurvey.data.frame: Return the dimensions of an edsurvey.data.frame.

Description

Return the dimensions of an edsurvey.data.frame.

Usage

# S3 method for edsurvey.data.frame
dim(x, ...)

Arguments

x

an edsurvey.data.frame.

...

not used, kept for compatibility

Value

returns a numeric vector of length 2, with the first element being the number of rows and the second element being the number of columns.