dat_to_mat: Converts a dataframe to a matrix where a column of the...

Description Usage Arguments Value

Description

This is mostly a convenience function for conveting dataframes for clustering like functions, or anything that needs a matrix.

Usage

1
dat_to_mat(x, var = 1)

Arguments

x

data frame

var

scalar tidyeval var: column to select. Should not contain a negative (drop column).

Value

matrix


biodatacore/biodatacoreUtils documentation built on May 28, 2019, 7:11 p.m.