to_tibble: Convert Matrix Like Object to Tibble

View source: R/to_tibble.R

to_tibbleR Documentation

Convert Matrix Like Object to Tibble

Description

Convert "base R" function output to a nicely printed tibble and get the rownames into a dedicated column.

Usage

to_tibble(data, row_name)

Arguments

data

Matrix.

row_name

String, specifiying the column label for rownames.

Value

A tibble.


benediktclaus/benelib documentation built on Feb. 1, 2024, 1:39 a.m.