Learn R Programming

PVplr (version 0.1.2)

num_test: 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)

Value

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

Arguments

col

any column in a dataframe

Examples

Run this code
test <- num_test(test_df$power)

Run the code above in your browser using DataLab