benchmark_table: Produce a table that returns a single test's value for each...

View source: R/benchmark_table.R

benchmark_tableR Documentation

Produce a table that returns a single test's value for each user selection position by percentile bin.

Description

Produce a table that returns a single test's value for each user selection position by percentile bin.

Usage

benchmark_table(
  test = "40yd",
  positions = c("DB", "DL", "LB", "OL", "QB", "RB", "TE", "WR", "PK", "LS")
)

Arguments

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').

Value

A formatted table with combine values by percentile per position.

Examples

## Not run: 
benchmark_table (
test = '40yd',
positions = c('DB', 'DL', 'LB', 'OL', 'QB', 'RB', 'TE', 'WR')
)

## End(Not run)

rmcurtis43/combineR documentation built on May 4, 2022, 11:31 a.m.