detect_numeric: Identifies numerics

Description Usage Arguments Value Author(s) Examples

View source: R/detect_numeric.R

Description

A function to recognize if the content of a column seems to be numeric.

Usage

1
detect_numeric(df_column)

Arguments

df_column

The column to control. Type = dataframe

Value

TRUE if the column seems to contain dates, otherwise FALSE.

Author(s)

Briac LE RAY (briac.leray@partnre.com)

Examples

1
detect_numeric(df_column = my_column)

Tiipiac/StressTestOptimization documentation built on Dec. 18, 2021, 5:08 p.m.