.multiple_resource_key_check | R Documentation |
This function checks the provided keys for uniformity. If more that one type of key is detected the function will select the key type appearing most often and removes the rest.
.multiple_resource_key_check( key, e_key_types = c("games", "leagues", "teams", "players") )
key |
Vector of keys |
e_key_types |
Vector of eligible key types, default is c("games", "leagues", "teams", "players"). |
This function assigns resource variable. This function alters key argument. This function calls '.key_resource_assign()'. This function calls '.single_resource_key_check()'.
A list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.