Assorted functions for manipulating tibble::tibble() objects.
Usage
nrow(x)
# S4 method for class 'tbl_df'
nrow(x)
ncol(x)
# S4 method for class 'tbl_df'
ncol(x)
# S4 method for class 'tbl_df'
as.list(x)Arguments
- x
tibble::tibble()object.
Details
The following methods are provided from manipulating
tibble::tibble() objects.
- nrow
integernumber of rows.- ncol
integernumber of columns.- as.list
convert to a
list.print the object.