knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Hi! Our package corner solves a problem with base::head() when you have a wide matrix and just want to see the first couple of elements.

library(corner)

Usage

set.seed(20190531)
my_mat <- matrix(rnorm(1000), ncol = 10)
corner(my_mat)

here::here('vignettes')
getwd()

Need help?

Get in touch with Emily E Burke!



lcolladotor/corner documentation built on June 1, 2019, 12:45 a.m.