Learn R Programming

quantable (version 0.3.6)

matrix_to_tibble: Matrix to tibble (taken from tidyquant)

Description

Matrix to tibble (taken from tidyquant)

Usage

matrix_to_tibble(x, preserve_row_names = TRUE, ...)

Arguments

x

a matrix

preserve_row_names

should rownames be kept (default TRUE)

...

further parameters passed to as_tibble