group_prey | R Documentation |
Classify prey into a set of user-defined categories
group_prey(x, group = "coarse")
x |
A record set |
group |
Either a character vector specifying one of the built-in prey classifications ("coarse" or "detailed") or a user-defined function modeled after these two built-ins that will perform a custom prey classification. |
A record set with an additional column – "prey_group" – containing the result of the prey categorization.
prey_coarse
, prey_detailed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.