detect_to_numeric_columns: Detect the numeric columns that appears as characters due to...

View source: R/convert_to_numeric.R

detect_to_numeric_columnsR Documentation

Detect the numeric columns that appears as characters due to the presence of some character values in the column.

Description

Detect the numeric columns that appears as characters due to the presence of some character values in the column.

Usage

detect_to_numeric_columns(scan_res, data)

Arguments

scan_res

A <data.frame> that corresponds to the result from the scan_data function

data

The input <data.frame> or <linelist>

Value

a <vector> of column names to be converted into numeric


cleanepi documentation built on April 4, 2025, 5:12 a.m.