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