dplyr (version 0.1.2)

dplyr-formatting: Tools for describing matrices

Description

Tools for describing matrices

Usage

dim_desc(x)

trunc_mat(x, n = NULL)

Arguments

x
a matrix to describe
n
number of rows to show

Examples

Run this code
dim_desc(mtcars)
trunc_mat(mtcars)

Run the code above in your browser using DataCamp Workspace