| set_max_teams,optimizer-method | R Documentation |
Set minimum team requirement
## S4 method for signature 'optimizer' set_max_teams(object, max_teams)
object |
An optimizer object |
max_teams |
The maximum number of teams to include |
WARNING: You can very easily make your lineup ineligible for a site by doing things
like set_max_teams(object, max_teams = 1)
## Not run: # Set minimum number of teams to 6 opt <- set_max_teams(opt, max_teams = 6) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.