combine_simulations: Combine the Simulation Results

Description Usage Arguments Value Examples

Description

Combine the Simulation Results

Usage

1

Arguments

sim_list

List of simulated results where each member of the list has the following tables:

  • "QB_table" - Table of QBs

  • "RB_table" - Table of RBs

  • "WR_table" - Table of WRs

  • "TE_table" - Table of TEs

Value

List of the position tables but now with all the simulation results rbind together.

Examples

1
sim_player_tables <- combine_simulations(sim_list)

ryurko/nflWAR documentation built on May 9, 2019, 7:37 a.m.