mtx_to_df: Convert a matrix to data frame

View source: R/assessment.R

mtx_to_dfR Documentation

Convert a matrix to data frame

Description

Convert a matrix to data frame

Usage

mtx_to_df(X)

Arguments

X

A matrix of values

Value

A data.frame version of the passed matrix.

Examples

mtx_to_df(matrix(seq(12), nrow = 3))

davismcc/cardelino documentation built on Nov. 19, 2022, 2:44 a.m.