Description Usage Arguments Value
View source: R/bpc_helpers_indexes.R
Receives one column with player names and returns a data frame with the relevant index columns based on a given lookup table To be used with the predictors data frame
1 | create_index_predictors_with_lookup_table(d, player, lookup_table)
|
d |
a data frame of the predictors |
player |
The name of the column of data data contains the player |
lookup_table |
a lookup table data frame |
A dataframe with the additional column 'player_index'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.