View source: R/benchmark_table.R
benchmark_table | R Documentation |
Produce a table that returns a single test's value for each user selection position by percentile bin.
benchmark_table( test = "40yd", positions = c("DB", "DL", "LB", "OL", "QB", "RB", "TE", "WR", "PK", "LS") )
test |
character string. Start year of data gather (e.g. 2020). Data is only available starting from the year 2000. If no start_year or end_year is specific, data from 2000-current is pulled. |
positions |
character string. User defined positions to display percentiles for (e.g., 'DB', 'DL', 'LB', 'OL', 'QB', 'RB', 'TE', 'WR', 'PK', 'LS'). |
A formatted table with combine values by percentile per position.
## Not run: benchmark_table ( test = '40yd', positions = c('DB', 'DL', 'LB', 'OL', 'QB', 'RB', 'TE', 'WR') ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.