num_test: function to test is the values in a column should be numeric

View source: R/helper_fun.R

num_testR Documentation

function to test is the values in a column should be numeric

Description

This function tests a column to see if it should be numeric

Usage

num_test(col)

Arguments

col

any column in a dataframe

Value

Returns boolean TRUE if column should be numeric, FALSE if not

Examples

test <- num_test(test_df$power)


PVplr documentation built on Feb. 16, 2023, 9:56 p.m.