View source: R/Clean Functions.R
clean_salary | R Documentation |
Takes a dataframe with salary data from a DraftKings'DKSalaries' csv and returns a clean dataframe
clean_salary(salary_dat, sport)
player_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
salary_clean <- clean_player_contest_info(salary_data) head(salary_clean)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.