Skip to contents

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.