num_test {PVplr} | R 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)
[Package PVplr version 0.1.2 Index]