View source: R/Clean Functions.R
clean_player_contest_info | R Documentation |
Takes a dataframe with player ownership and points information from a draftkings 'contest-standings' csv, and returns a clean dataframe with values converted to numeric
clean_player_contest_info(player_contest_data)
player_contest_data |
A dataframe of player ownership and points scored information from a DraftKings "contest-standings" csv (columns 8-11) |
Player information for a given contest with numeric variables
player_info <- clean_player_contest_info(player_data) head(player_info)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.