numcol_to_numeric: Convert columns of a data frame to numeric type (if possible)

View source: R/utils.R

numcol_to_numericR Documentation

Convert columns of a data frame to numeric type (if possible)

Description

Converts all columns in a data frame that can be converted to numeric type to numeric type.

Usage

numcol_to_numeric(df)

Arguments

df

A data frame.

Value

The data frame coercible columns converted to type numeric.


metasnf documentation built on April 3, 2025, 5:40 p.m.