num_test | R Documentation |
This function tests a column to see if it should be numeric
num_test(col)
col |
any column in a dataframe |
Returns boolean TRUE if column should be numeric, FALSE if not
test <- num_test(test_df$power)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.