Description Usage Arguments Value Examples
View source: R/app-processing.R
Extracts just the traditional statistics from the specified data.frame
| 1 | select_traditional(dat)
 | 
| dat | data.frame of statistics.  Obtained from
 | 
data.frame containing a player's traditional stats
| 1 2 | x <- read.csv("N:/Apps/simScoresApp/data/6-for-apps/batters/bat-raw.csv", header = T, stringsAsFactors = F) %>% tbl_df()
x1 <- select_traditional(x)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.