powered by
This function tests a column to see if it should be numeric
num_test(col)
Returns boolean TRUE if column should be numeric, FALSE if not
any column in a dataframe
test <- num_test(test_df$power)
Run the code above in your browser using DataLab