numeric_dataframe: A function that changes all columns of a dataframe to...

View source: R/numeric_dataframe.R

numeric_dataframeR Documentation

A function that changes all columns of a dataframe to numeric.

Description

A function that changes all columns of a dataframe to numeric. It returns the new dataframe that is completely numeric.

Usage

numeric_dataframe(dataframe)

Arguments

dataframe

A dataframe to make numeric.

Value

Returns the new dataframe that is completely numeric to overwrite the old one or add to a new dataframe.

Author(s)

Sam Loontjens

Examples

mydata <- numeric_dataframe(mydata)


SamLoontjens/HandlingLicorFiles documentation built on Nov. 14, 2023, 6:32 a.m.