powered by
# S3 method for tbl_df print(x, ..., n = NULL)# S3 method for tbl_dt print(x, ..., n = NULL)# S3 method for tbl_sql print(x, ..., n = NULL)dim_desc(x)trunc_mat(x, n = NULL)
# S3 method for tbl_dt print(x, ..., n = NULL)
# S3 method for tbl_sql print(x, ..., n = NULL)
dim_desc(x)
trunc_mat(x, n = NULL)
NULL
dplyr.print_max
dplyr.print_min
dim_desc(mtcars) trunc_mat(mtcars) print(tbl_df(mtcars)) print(tbl_df(mtcars), n = 1) print(tbl_df(mtcars), n = 3) print(tbl_df(mtcars), n = 100)
Run the code above in your browser using DataLab